What is the difference between jquery and javascript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What is the difference between jquery and javascript?

I want to learn jquery after completing javascript course from solo learn. Would someone suggest me is I am doing right? or from where do I learn jquery. Thanks a ton!

18th Dec 2016, 7:54 AM
Ashish Pandey
Ashish Pandey - avatar
9 Answers
+ 5
well Ashish JavaScript is a language and jQuery is a library. for a moment imagine you are writing some code to change color on a page with JavaScript you have to write it in a long way or may be need some quick fix for old browser as well. but with jQuery you can write it with few lines of code which is quite easy and have not issue with old browser (e.g: IE8) so if you want to learn jQuery learn basic of programming few chapters atleast with JavaScript and then learn DOM concept bcz jQuery is all about DOM at least 90%. I would suggest w3school and jqfundamentals.com
18th Dec 2016, 1:07 PM
Mukesh Chouhan
Mukesh Chouhan - avatar
+ 3
The basis of Jquery is javascript, but I think it's possible to understand and use Jquery without knowing javascript.
18th Dec 2016, 8:25 AM
Norayr Hambardzumyan
Norayr Hambardzumyan - avatar
+ 2
1. jQuery is a JavaScript library. 2. You're right.
18th Dec 2016, 8:01 AM
Rishi Anand
Rishi Anand - avatar
+ 2
Thanks a ton.
18th Dec 2016, 5:23 PM
Ashish Pandey
Ashish Pandey - avatar
+ 1
Although I agree that you can learn jquery without knowing javascript, I think you'd be doing yourself a disservice by not learning javascript, especially since it is so widely used. Learning javascript first and then jquery helped me to understand more clearly the advantages of using jquery.
31st Dec 2016, 2:40 AM
Jose Ayala
Jose Ayala - avatar
+ 1
jQuery is just a library for JavaScript which make it easier to deal with but it's basics are from Javascripts
31st Dec 2016, 5:59 AM
Mustafa Anas
Mustafa Anas - avatar
0
Im new to programming and SoloLearn. I was doing fine on the Javascript course but in about the last chapeter about DOM and getElemntbyId stuff it got difficult for me. JQuery made it much easier.
31st Dec 2016, 5:30 AM
Dinoloco “Dinoloco27” Gamer
Dinoloco “Dinoloco27” Gamer - avatar
0
JavaScript is like a game, say Minecraft. And jQuery is like the mod for the game.
31st Dec 2016, 6:31 PM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
- 2
JavaScript and jquery are same but jquery is the minified version of JavaScript
31st Dec 2016, 8:17 AM
Ganesh YDG
Ganesh YDG - avatar