+ 2
Since jquery is a javascript library.... How much does it differ from javascript?
4 ответов
+ 10
It makes things easier, but IMO it's very useful when you want to speed up your development process without have to worry about compatibility across different browsers, in fact... most of the functions/methods in jQuery are optimized to be compatible with a huge range of browser versions.
[ EXTRA NOTES ] [ EDITED ]
Did you know you can replicate most of the jQuery features in a couple of Javascript lines? Of course, keep in mind that there are pros and cons, one of the cons might be that you don't have anymore the jQuery functions optimized to run across multiple browser versions, here some pseudo-code: https://code.sololearn.com/WnEPx1lUF9n9/?ref=app
+ 5
this will help you 💚
https://www.sololearn.com/learn/jQuery/2782/
+ 4
thanks bro
+ 4
most welcome @Samuel