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 |
Explain why there are two different version of jquery library? : jquery mobile
How can you use a jquery library in your project?
Suppose if you have a server control(asp.net server control, button) and on the click of button you want to call a jquery function, so tell me how you will call a jquery function without postback?
Is there any advantage of using $.ajax() for ajax call against $.get() or $.post()?
Explain bind() vs live() vs delegate() methods.
Explain remove class jquery with example?
What is the use of val() method in jquery?
How to get attributes of an element using jQuery?
What is the use of toggle() method in jquery?
Is it possible to use our own specific character in the place of $ sign in jquery? : jquery mobile
When can jquery be used?
What is the use of serialize method in jQuery?