Since jquery is a javascript library.... How much does it differ from javascript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Since jquery is a javascript library.... How much does it differ from javascript?

18th Feb 2018, 5:42 PM
Samuel Kotoka
Samuel Kotoka - avatar
4 Answers
+ 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
18th Feb 2018, 6:12 PM
Maz
Maz - avatar
18th Feb 2018, 6:07 PM
Baraa AB
Baraa AB - avatar
+ 4
thanks bro
18th Feb 2018, 6:08 PM
Samuel Kotoka
Samuel Kotoka - avatar
+ 4
most welcome @Samuel
18th Feb 2018, 6:12 PM
Baraa AB
Baraa AB - avatar