What do you mean by JQuery and its advantage

We can say that JQuery is very light weight JavaScript library which helps to do fast and easy way of HTML DOM traversing and manipulation, its event handling, its client side animations, etc. One of the greatest features of jQuery is that jQuery supports an efficient way to implement AJAX applications because of its light weight nature and make normalize and efficient web programs.Below are some advantages of using jQuery are-

(1)Its a JavaScript enha

ncement without the overhead of learning new syntax.

(2)Its have ability to keep the code simple, clear, readable and reusable.

(3)Eradication of the requirement of writing repetitious and complex loops and DOM scripting library calls.