Explain the features of jQuery.- jQuery is a write less and do more javascript library.
- It helps us to make the use of javascript much easier.
- It simplifies the complicated things from javascript like the AJAX calls and the DOM manipulation.
Features of jQuery are :
1. Effects and animations. 2. Ajax. 3. Extensibility. 4. DOM element selections functions. 5. Events. 6. CSS manipulation. 7. Utilities - such as browser version and the each function. 8. JavaScript Plugins. 9. DOM traversal and modification.
|