Why is jQuery important? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Why is jQuery important?

15th May 2018, 9:10 PM
Amycruz
Amycruz - avatar
4 Answers
+ 9
"jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, and animation much simpler. All the power of jQuery is accessed via JavaScript, so having a strong grasp of JavaScript is essential for understanding, structuring, and debugging your code." https://www.sololearn.com/learn/jQuery/2782/
15th May 2018, 10:11 PM
Fox
Fox - avatar
+ 4
16th May 2018, 3:57 AM
🤖 Basile Laderchi
+ 3
because its easyer to use in some projects; JavaScript document.getElementById("hi"); vs JQuery $("#hi"); disadvantage: just javascript works faster
15th May 2018, 9:17 PM
Roel
Roel - avatar
+ 3
its many times faster to write than javascript. altho its still a javascript library
15th May 2018, 10:17 PM
Laurence Igbokwe
Laurence Igbokwe - avatar