+ 1
What are the basic difference between JavaScript and JQuery ?
3 Answers
+ 10
JQuery is a JavaScript library.
+ 2
JQuery is made from Javascript.
JQuery is a Library. Javascript is its base language.
+ 1
JQuery is build with Javascript, it's "only" a function Libary to make a lot of things easier for example the handling with DOM. You won't be able to do anything with JQuery without Javascript