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 |
How to programmatically trigger a click event that's being handled by jquery?
Why is not dom ready working for jquery mobile? : jquery mobile
Explain bind() vs live() vs delegate() methods.
Explain the use of each function in jquery?
How to revert the most recent ‘destructive’ operation, changing the set of matched elements to its previous state using ?
Why we need jquery mobile? : jquery mobile
Explain the types of selectors in jquery?
Explain the term method chaining? : jQuery Mobile
How is the deferred method in jquery important in relation to animate method?
Is Uncaught TypeError: $(…).modal not a function jquery?
Can we have multiple document.ready() function on the same page?
What is method chaining in jquery?