
JQuery is a JavaScript library designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax. It is free, open-source software. JQuery is one of the longest-running and most influential JavaScript libraries on the web. A staggering 78% of the top 1 million websites use JQuery in some way. jQuery also allows functionality for developers to build plug-ins. 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 will run the same and produce same output in all major browsers. jQuery is free and very easy to include in your projects.
Through this course understand the JavaScript language & the Document Object Model. Detect and respond to user actions. Alter, show, hide and move objects on a web page. Check information inputted into a form.
Pre-Requisites – JavaScript