What is jQuery?



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

Post New Answer

More jQuery Interview Questions

Explain why there are two different version of jquery library? : jquery mobile

1 Answers  


How can you use a jquery library in your project?

1 Answers  


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?

1 Answers  


Is there any advantage of using $.ajax() for ajax call against $.get() or $.post()?

1 Answers  


Explain bind() vs live() vs delegate() methods.

1 Answers  


Explain remove class jquery with example?

1 Answers  


What is the use of val() method in jquery?

1 Answers  


How to get attributes of an element using jQuery?

1 Answers  


What is the use of toggle() method in jquery?

1 Answers  


Is it possible to use our own specific character in the place of $ sign in jquery? : jquery mobile

1 Answers  


When can jquery be used?

1 Answers  


What is the use of serialize method in jQuery?

1 Answers  


Categories