Pls I need clarification here!...can jQuery do absolutely everything JavaScript does?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Pls I need clarification here!...can jQuery do absolutely everything JavaScript does??

3rd May 2020, 8:28 PM
Emmanuel
Emmanuel - avatar
21 Answers
+ 6
jQuery is just a library. To be more specific it is a js code that comes with many functions to make dom manipulation and so on easier. However since you will still be writing your own js code on top of it, there is certainly no limitations. Don't get me wrong some functionalities are not offered by jQuery but jQuery does not stop you from doing those things with js
3rd May 2020, 9:18 PM
Ore
Ore - avatar
+ 2
Ore Adeleye okay, thanks
3rd May 2020, 9:20 PM
Emmanuel
Emmanuel - avatar
+ 2
Forget about jQuery, use pure JavaScript.
5th May 2020, 3:41 AM
Calviղ
Calviղ - avatar
+ 1
Yes
3rd May 2020, 8:37 PM
Sajid
Sajid - avatar
+ 1
Not JQuery is based a the DOM javascript api
3rd May 2020, 8:37 PM
HEUBA BATOMEN Franck Duval
HEUBA BATOMEN Franck Duval - avatar
+ 1
But JQuery alsa can make easy the usage of others javascript api But JQuery can't does anything that javascript doea
3rd May 2020, 8:38 PM
HEUBA BATOMEN Franck Duval
HEUBA BATOMEN Franck Duval - avatar
+ 1
Heuba Batomen I didn't really understand you....at the beginning of the jQuery course they said jQuery is a JavaScript library
3rd May 2020, 8:40 PM
Emmanuel
Emmanuel - avatar
+ 1
We say libriray javascript because jQuery makes certain things easier I say "certain" that Javascript does, But not all that Javascript does. This is a library
3rd May 2020, 8:43 PM
HEUBA BATOMEN Franck Duval
HEUBA BATOMEN Franck Duval - avatar
+ 1
Darklight it is. That's why, it can do everything
3rd May 2020, 8:43 PM
Sajid
Sajid - avatar
+ 1
Pardon ?
3rd May 2020, 8:44 PM
HEUBA BATOMEN Franck Duval
HEUBA BATOMEN Franck Duval - avatar
3rd May 2020, 9:09 PM
Emmanuel
Emmanuel - avatar
+ 1
Ok what I understand now is jQuery makes Js code shorter but I haven't gone through the whole course to know all it function
3rd May 2020, 9:10 PM
Emmanuel
Emmanuel - avatar
+ 1
If you understood that you understood the principle of jQuery For more explanation if you have a problem you can contact me
3rd May 2020, 9:13 PM
HEUBA BATOMEN Franck Duval
HEUBA BATOMEN Franck Duval - avatar
+ 1
3rd May 2020, 9:15 PM
Emmanuel
Emmanuel - avatar
+ 1
Good luck in learning jQuery
3rd May 2020, 9:16 PM
HEUBA BATOMEN Franck Duval
HEUBA BATOMEN Franck Duval - avatar
+ 1
Thank you Franck Heuba
3rd May 2020, 9:17 PM
Emmanuel
Emmanuel - avatar
0
Darklight yes that's the thing. You still have to use JavaScript. The only thing jQuery does is that $ sign. You still have to write pure JavaScript in there.
3rd May 2020, 9:14 PM
Sajid
Sajid - avatar
0
Darklight if you have gotten your answer mark it as best with the tick icon close to the answer. So that other contributors will know that the problem is solved.
3rd May 2020, 9:32 PM
Ore
Ore - avatar
0
Yes you can do every thing by using jQuery. 100 lines of java script code can be written in just 20 to 30 lines by using jQuery.
4th May 2020, 7:58 PM
Dasarath Singh
0
Dasarath Singh jQuery isn't that powerful. Maybe 60-70 lines but not that
4th May 2020, 10:11 PM
Sajid
Sajid - avatar