Found 60 Search results for the term "selected style".

How To Create A Double Input Range Slider Using JavaScript?

In this tutorial we’ll be coding a double range price slider. While HTML does have a native range slider input this isn’t suitable for when a double range selection is required (min and max). So t...

Simple WYSIWYG Rich Text Editor Using Pure JavaScript

This JavaScript code snippet helps you to create a simple WYSIWYG-rich text editor with all basic commands.  It is purely built with HTML5, CSS, and JavaScript without using an additional library or ...

How To Resize An Image Using Pure Vanilla JavaScript In Aspect Ratio?

Allowing users to upload photos directly to a website, without first resizing them, hurts the user experience for two reasons. Large photos take time to upload ⏱ Large photos cost the user money in ...

Pure Vanilla JavaScript Right Click Context Menu Snippet Without Libraries

A fully customizable and appealing gradient context menu to add to your websites taking the most out of its dark icons, smoothly selected item highlights, and sub-menus. This context menu was created ...

Drag And Drop Reorder List & DIV Using Pure JavaScript

This lightweight JavaScript code snippet helps you to create drag-and-drop reorder list functionality. It allows you to rearrange any elements within a parent node with a class name “drag-sort-e...

JavaScript Based Selectable Tags For Search Filters

Do you want to add a list of labels and tags or categories to let your users search filters or in your forms with awesome animation with pure vanilla javascript? There are many code snippets available...

Add A Simple Pagination On Long Table Using Pure Vanilla JavaScript

This JavaScript code snippet helps you to create simple table pagination. It allows you to define table rows per page and generate paging accordingly. You need to create an HTML table element with row...