- Light Weight Library Files
- HTML DOM Manipulation
- CSS Manipulation
- Event Handling
- Effects and animations
- Ajax Interactions
- Utilities
Lightweight Library Files
Lightweight library means "
write less code and do more", with this object of jQuery more feature using jQuery library can be improved.
HTML elements of the document can be selected in different ways and is easy access to the elements to be enhanced.
HTML elements can be applied style dynamically by manipulating their CSS properties or class names.
jQuery supports to in-built events. Own event methods can be created to work on HTML elements and elements respond to different types events like click, mouse-over, mouse-out, change.
The jQuery supports to built-in animation effects by which animation can be applied on the HTML DOM elements like fadding, sliding etc.
jQuery helps to develop lot of features in Ajax technology and enable Ajax in web based applications to fetch the data from server without reloading a page.
jQuery third party plugins having all kinds of smart widgets are used.
Cross Browser Support
jQuery is cross platform compatible, i.e. It is supported by many popular browsers like Chrome, Firefox, IE, Safari and others.