Update Navigation Items Based On Scroll Position – ScrollSpy.js
A small pure JavaScript scrollspy library that automatically highlights navigation items based upon scroll position to indicate which content section is currently active in the viewport.
Responsive Tabbed Content With JavaScript And CSS3 – responsive-tabs
A responsive, minimal, clean tabs component that falls back to a linear content display when JavaScript is disabled.
Autocomplete List With Custom Trigger – AutoSuggest.js
The AutoSuggest.js JavaScript library to display an autocomplete list when you tying trigger characters in an input field, textarea element or contenteditable container.
Fetch And Display RSS Feeds With Custm Template – vanilla-rss
Smooth Accessible Accordion Plugin In Pure JavaScript – Badger Accordion
Badger Accordion is a simple, performant, accessible JavaScript accordion plugin that uses CSS3 animations for the smooth expand/collapse effects.
Feature-rich Data Grid Library – FathGrid
FathGrid is a lightweight yet full-featured data grid/table library with support for sorting, filtering, pagination, editing, and much more.
Touch-enabled Drag And Drop JavaScript Library – DragDropTouch
DragDropTouch is a JavaScript polyfill that enables the native HTML5 drag and drop functionality on mobile touch devices.
Flexible Date Range Picker With Moment.js – lightPick.js
lightPick.js is a JavaScript library to lets you create a flexible, customizable, multi-language, user-friendly date range picker component using moment.js.
Tiny Snackbar & Toast Message Library – simpleSnackbar.js
A tiny and easy-to-use JavaScript (ES6) plugin to show snackbar & toast style notification popups in the document. How to use it: 1. Load the simpleSnackbar.js plugin’s files in the HTML document. <link href=”dist/simpleSnackbar.css” rel=”stylesheet” /> <script src=”dist/simpleSnackbar.js”></script> 2. Create a new snackbar instance. const snackbar = new simpleSnackbar(‘This is a basic message!’); 3. Show… Read More »