+ 3
what is difference between JavaScript and jquery
4 Answers
+ 8
Jquery is a library of JavaScript which makes tasks easier which would otherwise need a bunch of code. So library means a ready made code for different functions and jquery simply recalls those functions in the library.
+ 1
it does everything javascript does, just in an easier fashion!
0
jquery is a library that you can download and use, as far as I know. But maybe someone can give you a better answer.
0
"The jQuery library is a modular set of cross-browser methods for making AJAX requests, manipulating elements, triggering and listening for events, selecting elements from the DOM, running animations and effects, getting and setting form input values, traversing the DOM, using deferred promises to manage future events, and more. It works as a facade to standardize and ease the task of programmatically interacting with elements on a web page" - courtesy airpair.com