In this video we will take an introduction to jQuery library. jQuery is a fast, small, and feature-rich JavaScript library. The purpose of jQuery is to make it much easier to use JavaScript on your website. "Write less, do more" Most widely used JS Library Cross browser compatibility Open source and free to use The purpose of jQuery is to make it much easier to use JavaScript on your website. jQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can call with a single line of code. jQuery also simplifies a lot of the complicated things from JavaScript, like AJAX calls and DOM manipulation. jQuery is a JavaScript toolkit designed to simplify various tasks by writing less code. Here is the list of important core features supported by jQuery HTML/DOM manipulation CSS manipulation HTML event methods Effects and animations AJAX Utilities Video by - Tanmay Sakpal Simple Snippets Channel link - https://www.youtube.com/simplesnippets