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 |
Which are the popular jQuery CDN? and what is the advantage of using CDN?
How do you update ajax response with id " resilts"?
What is the use of delegate() method in jquery?
What is the use of jQuery.data() method?
What is each() function in jQuery? How do you use it?
List browser related issues for jquery?
List the basic selectors in jquery?
Is jQuery a library for client scripting or server scripting?
What is parent() in jquery?
What are the selectors in jquery? How many types of selectors in jquery?
Is it possible to hold or delay document.ready execution for sometime?
What is ajax and how it works?