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
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?
What is the minimum setup needed to start using jquery.
How can jquery library be added to pages?
How to always reference latest version of jquery?
How to validate email using jquery?
How do you install/use jquery in a project. What is the minimum setup needed to start using jquery.