+ 3
Pls I need clarification here!...can jQuery do absolutely everything JavaScript does??
21 odpowiedzi
+ 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
+ 2
Ore Adeleye okay, thanks
+ 2
Forget about jQuery, use pure JavaScript.
+ 1
Yes
+ 1
Not JQuery is based a the DOM javascript api
+ 1
But JQuery alsa can make easy the usage of others javascript api
But JQuery can't does anything that javascript doea
+ 1
Heuba Batomen
I didn't really understand you....at the beginning of the jQuery course they said jQuery is a JavaScript library
+ 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
+ 1
Darklight it is. That's why, it can do everything
+ 1
Pardon ?
+ 1
+ 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
+ 1
If you understood that you understood the principle of jQuery For more explanation if you have a problem you can contact me
+ 1
Franck Heuba okay
+ 1
Good luck in learning jQuery
+ 1
Thank you Franck Heuba
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.
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.
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.
0
Dasarath Singh jQuery isn't that powerful. Maybe 60-70 lines but not that