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 were the biggest challenges of getting the 1.7 release out there?
How to search for descendant elements that match the specified selectors using ?
Explain the difference between body onload() and document.ready() function? : jquery mobile
What is the slowest selector in jQuery?
Explain the advantages of jquery?
List browser related issues for jquery?
What is jQuery CDN?
Is it possible to use our own specific character in the place of $ sign in jquery? : jquery mobile
How to use migrate jquery plugin if possible? : jquery mobile
What is the goal of cdn and what are the advantages of using cdn?
explain bind() vs live() vs delegate() methods in jquery
Do we need to add the jquery file both at the master page and content page as well?