jQuery is a JavaScript library designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax. It is free, open-source software using the permissive MIT License.
jQuery Migrate is a javascript library that allows you to preserve the compatibility of your jQuery code developed for versions of jQuery older than 1.9. It basically restores deprecated features and behaviours so that older code will still run properly on the current jQuery version and later.
Modernizr is a JavaScript library which is designed to detect HTML5 and CSS3 features in various browsers, which lets JavaScript avoid using unimplemented features or use a workaround such as a shim to emulate them. Modernizr aims to provide this feature detection in a complete and standardized manner.
jQuery UI is a collection of GUI widgets, animated visual effects, and themes implemented with jQuery, Cascading Style Sheets, and HTML.
core-js is a library that provides the most polyfills for missing JavaScript built-in methods and ECMAScript features across different environments, making it easier to write modern JavaScript code that works in older browsers and environments. It offers comprehensive coverage of the ECMAScript specification, helping to bridge the gap between browser support and the latest JavaScript features.
Lodash is a JavaScript library which provides utility functions for common programming tasks using the functional programming paradigm.
Zepto is a minimalist JavaScript library for modern browsers with a largely jQuery-compatible API.
Moment.js is a free and open source JavaScript library that removes the need to use the native JavaScript Date object directly.
Isotope is a powerful JavaScript library that helps you create visually appealing and interactive grid layouts for your web projects. It allows you to easily organize, filter, and animate a collection of DOM elements in a responsive and dynamic manner. Isotope makes it easy to build engaging and user-friendly grid-based designs with just a few lines of code.
Underscore.js is a JavaScript library which provides utility functions for common programming tasks. It is comparable to features provided by Prototype.js and the Ruby language, but opts for a functional programming design instead of extending object prototypes.
Slick is a jQuery plugin for creating responsive and mobile-friendly carousels (sliders).
#12 YUI
1.26%
YUI is a free, open source JavaScript and CSS library for building richly interactive web applications.
Hammer.js is a small, standalone javascript-library that enables multitouch gestures like swipe, pinch, rotate, tap and drag on mobile devices.
FancyBox is a tool for displaying images, html content and multi-media in a Mac-style "lightbox" that floats overtop of web page.
#15 Dojo
0.63%
Dojo 2.0 is a modular, lightweight JavaScript library that offers a rich set of user interface components, data processing utilities, and a powerful build tool for creating complex web applications with enhanced performance and accessibility. To make it sound more appealing, add a brief mention of its vibrant community and active ecosystem. Dojo 2.
XRegExp is a JavaScript library that extends the native RegExp object with additional features, allowing for more complex and flexible regular expression usage in web development. It provides enhanced support for cross-browser compatibility and additional methods for working with regular expressions. The library is designed to make regular expressions easier to use and more powerful for developers.
Lightbox is a JavaScript library that displays images and videos by filling the screen, and dimming out the rest of the web page.
List.js is a JavaScript library that enables you to easily implement advanced filtering and sorting features for lists on your webpage. It allows you to manipulate and display data in an organized and user-friendly manner. It works with HTML lists and supports various customization options, making it a useful tool for developers looking to enhance the interactivity of their web applications. List.
Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and pagination (infinite scrolling) of results.
Polyfill is a service which accepts a request for a set of browser features and returns only the polyfills that are needed by the requesting browser.
Axios is a popular JavaScript library for making HTTP requests. It is known for its simplicity and flexibility, allowing developers to easily send AJAX requests, handle responses, and manage request cancellation. It works well with modern web applications and is compatible with both Node.js and the browser.
OWL Carousel is a touch enabled jQuery plugin that lets you create a responsive carousel slider.
Clipboard.js 1.0 is a lightweight, easy-to-use library for copying text to the clipboard with a click or keyboard shortcut. It works across all modern browsers and supports both mouse and keyboard events. Clipboard.js is designed to be unobtrusive and has a small footprint, making it an ideal choice for developers looking to add clipboard functionality to their websites without adding extra complexity.
Highlight.js is a JavaScript library that automatically detects the programming or markup language used in a text and highlights the syntax using CSS. It's commonly used to display code snippets in a readable and visually appealing manner on websites. It works by scanning the text, identifying the language, and applying appropriate styles to the code blocks. Highlight.
Bootstrap Table is a responsive table component built on top of Bootstrap and jQuery, designed to provide a powerful and flexible data display and manipulation experience with minimal code. It offers features such as sorting, filtering, pagination, and custom data rendering, making it a popular choice for web developers.