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 |
What are the features of jquery used in web applications?
Define width() vs css('width')?
How to always reference latest version of jquery?
Why do we use jquery? : jquery mobile
What are the types of selectors in jQuery?
Is jQuery a W3C standard?
What are the advantage of using minimized version of jquery?
Whether C# code behind can be called from jQuery?
What is the between $(this) and 'this' in jquery?
Is window.onload is different from document.ready()?
How to call a method inside code-behind using jquery?
What are the difference between empty(), remove() and detach() functions in jquery?