adspace


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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you have plans for a new jquery plug-in or something else we should look out for? Where to from here for the imgpreview plugin?

864


What is the minimum setup needed to start using jquery.

939


How can jquery library be added to pages?

952


How to always reference latest version of jquery?

873


How to validate email using jquery?

974


How do you install/use jquery in a project. What is the minimum setup needed to start using jquery.

999