Found 86 Search results for the term "vanilla".

Pure Vanilla JavaScript Image Lightbox With Custom Controls

A simple, lightweight (10kb unminified), and mobile-friendly pure JavaScript lightbox to show images in a popup box with a close button. This vanilla JavaScript lightbox plugin doesn’t require any e...

Emoji Picker For HTML Input Field Using Pure Vanilla JavaScript

Picmo (formerly Emoji Button) is a pure JS emoji picker where the users can quickly search and select emojis from a categorized emoji picker popup. It also provides a Recent Used tab that shows the re...

Export HTML Table Data To Excel (.xls) File Using Vanilla JavaScript

Exporting data to Excel is very useful on the data list for nearly every web application. The export feature helps to download the data list as a file format for offline use. Excel format is ideal for...

Custom Web Audio Player With Controls And Playlist Using Vanilla JavaScript

This code snippet helps you to create a JavaScript audio player with a playlist. It comes with custom controls including volume progress, play/pause, next/previous, shuffles, and autoplay buttons. Lik...

JavaScript Audio Waveform Visualizer Player With Pure Vanilla JavaScript

The JS Audio Visualizer is a lightweight JavaScript plugin to create an audio waveform visualizer. It gets the frequency data from the audio source file and draws audio visualization on the canvas ele...

Add A Simple Page Scroll Reader Indicator With Pure Vanilla JavaScript

Reading progress indicators are generally used in long-form articles. They provide a visual clue for readers indicating how far they are from the end of an article. In this tutorial we’ll be creatin...

JavaScript Based AutoComplete DropDown Using Pure Vanilla JavaScript

This Vanilla JavaScript code snippet helps you to create autocomplete suggestion dropdown. It uses JavaScript regular expression pattern to match the entered value on keyup event. After matching, it a...