+ 3

what is difference between JavaScript and jquery

21st Jul 2016, 9:20 AM
parthsarathi ajmani
parthsarathi ajmani - avatar
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.
21st Jul 2016, 9:55 AM
Arifullah Jan
Arifullah Jan - avatar
+ 1
it does everything javascript does, just in an easier fashion!
22nd Jul 2016, 6:09 AM
Cocoa
Cocoa - avatar
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.
21st Jul 2016, 9:24 AM
Pernilla
Pernilla - avatar
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
21st Jul 2016, 9:59 AM
James Murphy
James Murphy - avatar