jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript.
- Why choose jQuery?
- Lightweight Footprint - Only 30kB minified and gzipped. Can also be included as an AMD module
- CSS3 Compliant - Supports CSS3 selectors to find elements as well as in style property manipulation
- Cross-Browser - Chrome, Edge, Firefox, IE, Safari, Android, iOS, and more
- DOM Traversal and Manipulation
- Event Handling