What are features of jquery or what can be done using jquery?



What are features of jquery or what can be done using jquery?..

Answer / Munna Kumar

jQuery offers numerous features such as simplifying HTML document traversing, handling events, manipulating the DOM (Document Object Model), making AJAX calls, and animating elements. Here's a brief list of what can be done with jQuery:
1. Selecting elements using CSS selectors
2. Manipulating the DOM (changing content, attributes, or structure)
3. Handling events like click, mouseover, or keypress
4. Making AJAX calls to retrieve and manipulate data asynchronously
5. Creating animations for elements
6. Validating forms

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

How to executed jquery selectors? : jquery mobile

1 Answers  


What is the use of jQuery load method?

1 Answers  


Explain .delegate()? : jquery mobile

1 Answers  


How to debug jQuery?

1 Answers  


Mention the advantages of cdn? : jQuery Mobile

1 Answers  


What are selectors in jquery?

1 Answers  


In what scenarios jQuery can be used?

1 Answers  


Explain jquery filter?

1 Answers  


How to write browser specific code using jquery? : jquery mobile

1 Answers  


You get "jquery is not defined" or "$ is not defined" error. What could be the reason?

1 Answers  


What is the basic requirement to start with the jquery?

1 Answers  


Explain the use of the .pushstack() method.

1 Answers  


Categories