Found 771 Search results for the term "custom light".

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...

How To Customize Radio Buttons And Checkboxe Buttons With Pure CSS?

There are so many tutorials on the internet which help you to create custom checkboxes and radio buttons, but almost all of them use JavaScript or jQuery, which is totally redundant nowadays. If you w...

Simple Customizable Toast Notification In Vanilla JavaScript

This JavaScript code snippet helps you to create a simple toast notification. It allows you to display various types of alerts including success, warning, and danger with predefined themes. The styles...

Pure Vanilla JavaScript Custom Form Validation In HTML Forms

This JavaScript code snippet helps you to create a form validation feature on the form submission. It validates username, email, and password and displays the inline error message in case of invalid i...

Full Featured Custom Video Player Using HTML5 And JavaScript

Video Player is must have a tool for a website that has videos to play what about if you do not want to use the browser default player for your videos that do not match your website styling and demand...

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...

Simple Custom Select Dropdown Example Using Pure JavaScript

This Vanilla JS code snippet helps you to create a custom select dropdown. You can arrange your options in an unordered list and wrap it into a custom select wrapper. Then this snippet will style it l...