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.
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.
jQuery UI is a collection of GUI widgets, animated visual effects, and themes implemented with jQuery, Cascading Style Sheets, and HTML.
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.
Lodash is a JavaScript library which provides utility functions for common programming tasks using the functional programming paradigm.
LazySizes is a lightweight JavaScript library that optimizes images and videos by lazy loading them, ensuring they only load when needed, thus improving the page load speed and performance. It supports a wide range of image formats and responsive images, and is highly customizable.
Lightbox is a JavaScript library that displays images and videos by filling the screen, and dimming out the rest of the web page.
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.
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.
FancyBox is a tool for displaying images, html content and multi-media in a Mac-style "lightbox" that floats overtop of web page.
#12 YUI
1.81%
YUI is a free, open source JavaScript and CSS library for building richly interactive web applications.
Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and pagination (infinite scrolling) of results.
OWL Carousel is a touch enabled jQuery plugin that lets you create a responsive carousel slider.
Moment.js is a free and open source JavaScript library that removes the need to use the native JavaScript Date object directly.
#16 AOS
1.30%
AOS (Animate on Scroll) is a lightweight JavaScript library that animates HTML elements as they come into the viewport, enhancing user experience with smooth and responsive visual effects. It simplifies the process of creating engaging scroll-based animations.
Hammer.js is a small, standalone javascript-library that enables multitouch gestures like swipe, pinch, rotate, tap and drag on mobile devices.
Boomerang is a JavaScript library that measures website performance by recording load times from the user's perspective. It provides insights into how quickly a webpage loads and helps identify areas for optimization. Boomerang is designed to be lightweight and can be used to track various metrics like page load time, initial paint time, and time to interactive.
lit-element is a lightweight, customizable web component framework that enables developers to create reusable UI elements using modern JavaScript and HTML. It focuses on performance, simplicity, and customizability, allowing for the creation of highly interactive and dynamic user interfaces. lit-element is part of the Lit.dev suite of libraries for building web applications.
lit-html is a lightweight, high-performance templating library for modern web applications that allows for efficient, two-way data binding and server-side rendering. It enables developers to write clean and reusable templates using HTML-like syntax and provides utilities for managing component state and lifecycle. Lit-html focuses on performance and flexibility, making it suitable for large-scale applications.
prettyPhoto is a jQuery lightbox clone with support for images, videos, flash, YouTube, iframes and ajax.
DataTables is a jQuery plugin that transforms a standard HTML table into a highly interactive, dynamic, and customizable table with features such as filtering, sorting, pagination, and responsive design. It simplifies the process of managing and displaying large amounts of data on web pages.
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.
Flickity is a JavaScript library that enables easy and customizable image slideshow functionality on websites. It provides smooth transitions and responsive design for an engaging user experience. Flickity also supports various layout options and can handle images of different sizes and orientations. It's a popular choice for building sleek, modern slideshow galleries.
Slick is a jQuery plugin for creating responsive and mobile-friendly carousels (sliders).
Swiper is a highly customizable and responsive JavaScript library for creating touch-enabled sliders and carousels. It offers a wide range of built-in features and animations to enhance user experience. Swiper supports various devices and browsers, making it a versatile choice for web developers. It also provides a simple API and seamless integration with other frameworks and plugins.
Zepto is a minimalist JavaScript library for modern browsers with a largely jQuery-compatible API.
Splide is a simple, lightweight and responsive JavaScript library for creating sliders and carousels. It automatically adapts to different devices and provides a smooth user experience with features like autoplay, navigation arrows, and lazy loading. It's easy to use and highly customizable, making it a popular choice for web developers.
Tippy.js is a lightweight, customizable tooltip and popover library for JavaScript, providing a simple API for easily adding interactive tooltips and popovers to web pages. It is widely used for enhancing user interfaces with dynamic, responsive, and accessible hover and click interactions. The library supports a variety of customization options, themes, and integration with popular front-end frameworks. Tippy.
Loadable-Components is a JavaScript library that allows developers to asynchronously load React components and their dependencies, enhancing performance and enabling lazy loading for a better user experience. It simplifies the process of splitting code and assets, making it easier to manage and optimize component loading in large applications.
SweetAlert2 is a Javascript library that acts as a replacement for alert() function, which allows the use of beautiful modal windows.
PhotoSwipe is a lightweight, customizable image gallery solution that allows users to easily create responsive, touch-friendly photo and image galleries on websites. It features smooth transitions, infinite scrolling, and supports various image formats. Built with HTML5, CSS3, and JavaScript, it provides an immersive viewing experience for users.
#33 Dojo
0.11%
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.
Fingerprintjs is a JavaScript library that generates a unique identifier for a user's browser and device, which can be used for website tracking and user profiling. The library leverages various browser features and device characteristics to create a fingerprint that is difficult to alter, providing a more accurate and consistent user identification compared to traditional cookies.
Snap.svg is a JavaScript library for drawing vector graphics and manipulating SVG elements. It simplifies the process of creating, animating, and manipulating SVG graphics, making it easier for developers to work with scalable vector graphics in web applications. It is lightweight, fast, and has a clean API. It allows for easy integration with other JavaScript frameworks and libraries.
scrollreveal is a JavaScript library that animates HTML elements as they come into the viewport, making your web pages more engaging and interactive. It simplifies the process of adding smooth, revealing effects to your content without the need for complex coding.
Fresco is a powerful, open-source library for loading, displaying, and managing images in web applications, offering high-performance, animated, and interactive image handling capabilities. It is built on top of the WebGL and Canvas APIs for rendering images efficiently. Fresco enables developers to easily integrate complex image management features into their web applications.
Day.js is a lightweight, easy-to-use JavaScript library for parsing, validating, manipulating, and formatting dates. It is designed to be simple and performant, with a small footprint and a syntax similar to Moment.js. Day.js does not rely on any external dependencies and is compatible with both modern and legacy browsers.
Dropzone is a JavaScript library that allows users to easily add drag and drop file uploading functionality to their web applications. It simplifies the process of handling file uploads and provides a user-friendly interface for file selection and uploading. It supports multiple file selection, progress tracking, and custom styling. It is lightweight and can be easily integrated into existing web projects.
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.
ScrollMagic is a JavaScript library that allows you to create complex scroll animations and interactions on web pages using simple and intuitive coding techniques. It enables developers to manipulate the visual elements on a webpage as the user scrolls, providing an engaging and interactive experience. It is built on top of the popular greensock animation library (GSAP) for smooth and powerful animations.
SoundManager 2 is a JavaScript library that enables cross-browser audio playback on web pages. It supports various audio formats and provides a simple API for controlling playback, seeking, and managing audio queues. The library also includes features for handling audio events and customizing the audio player interface.
Quicklink is a JavaScript library that simplifies the process of implementing URL linking and navigation in web applications. It provides an easy-to-use API for managing and updating links, including support for browser history and seamless navigation. The library is lightweight, efficient and has a simple, intuitive API, making it an excellent choice for developers looking to add robust linking functionality to their applications.
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.
Lazy.js is a lightweight, functional JavaScript library that enables lazy evaluation and functional programming techniques, enhancing the performance and readability of asynchronous data processing in JavaScript applications. It provides a set of methods to handle sequences, arrays, and streams in a more functional and efficient way, allowing developers to write more concise and expressive code. Lazy.
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.
libphonenumber is a library that helps validate, format, and parse phone numbers in various countries, making it easy to work with international phone numbers in JavaScript. It's maintained by Google and provides a comprehensive set of features for handling phone number validation and formatting.
Slimbox 2 is a lightweight and easy-to-use lightbox script that allows you to display images and inline content in a modal dialog. It is designed for quick integration and provides a simple interface for managing image galleries and content. It supports various image formats and offers customization options for styling and functionality.
Spin.js is a lightweight, cross-browser JavaScript library for creating responsive spinning loading indicators with customizable styles and options. It generates a visual animation to indicate that a web application is loading or processing data. It's easy to use and can be integrated into any web project. The library is pure JavaScript and doesn't rely on any external dependencies. Spin.
script.aculo.us is a set of JavaScript libraries that provides easy-to-use, cross-browser effects and animations for web developers. It simplifies the process of adding dynamic interactivity to web pages. The libraries include features like Ajax, drag-and-drop functionality, and various visual effects. The goal is to make web development more efficient and engaging by providing pre-built, customizable components.
PubSubJS is a lightweight library for implementing publish/subscribe messaging in JavaScript applications. It allows for easy communication between different parts of a program or across different scripts, enabling asynchronous event handling and decoupled code structures. The library provides a simple API for publishers to emit events and subscribers to listen for them.
Apollo is a powerful GraphQL client and server framework that enables efficient and reliable data fetching in web applications. It provides tools for building, testing, and deploying GraphQL APIs, and includes features like caching, subscriptions, and authentication to help developers create robust and scalable applications. With Apollo, developers can easily integrate GraphQL into their JavaScript projects and gain greater control over data management.
Twitter typeahead.js is a JavaScript library that provides a fast, customizable autocomplete or typeahead functionality, enhancing user experience by suggesting matching options in real-time as the user types. It leverages various data sources and supports both local and remote data fetching.
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.
crypto-js is a JavaScript library that provides cryptographic algorithms and functions for securing data in web applications. It includes a wide range of algorithms such as AES, MD5, SHA-256, and more, and is designed to be easy to use and integrate into web projects. It is also highly compatible and works well across different browsers and platforms.
Howler.js is a lightweight, flexible JavaScript library for playing audio files with support for volume control, looping, and multiple audio files in one file. It simplifies the process of integrating audio into web applications. Howler.js provides a simple API for managing audio playback, making it easy to add audio functionality to websites and web applications.