What is jQuery?
Answer / chaitanya
jQuery is fast, lightweight and feature-rich client side JavaScript Library/Framework which helps in to traverse HTML DOM, make animations, add Ajax interaction, manipulate the page content, change the style and provide cool UI effect. It is one of the most popular client side library and as per a survey it runs on every second website.
| Is This Answer Correct ? | 1 Yes | 0 No |
You get "jquery is not defined" or "$ is not defined" error. What could be the reason?
How to multiple AJAX requests be run simultaneously in jQuery?
What are the advantages of jQuery?
How do I pull a native DOM element from a jQuery object?
Difference between find() and closest() in jquery?
What are the selectors in jquery? How many types of selectors in jquery?
How can you delay document.ready until a variable is set?
What are the types of selectors in jQuery?
How do you install/use jquery in a project. What is the minimum setup needed to start using jquery.
What is the difference between onclick and onsubmit?
Which one is more efficient, document.getelementbyid( "idname") or $("#idname)?
Is jquery a library for client scripting or server scripting? : jquery mobile