+ 5
What is JQuery??
Usage??
5 Answers
+ 4
Got it and thank you yassine
+ 3
jQuery is small,fast and much more feature full JavaScript library.
It makes many things easier such as event handling,traversing , manipulation,animation ,Ajax etc..
Go through it...
It decrease your development time and make page more interactive..
good luck...
+ 2
jQuery is JS library.
It's used to make your life easier.
For example, if we were to do JS api request, you'd need to use a bit long code in pure JS, but with jQuery, it's few lines, and it already has fallback support for older browsers(because it's a pain to support oldbrowsers).
0
Js updated library
0
Library to import and use