Skip to content

A plugin which converts HTML selectbox to searchable selectbox

Notifications You must be signed in to change notification settings

guganems/besteverselect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

A plugin which converts HTML selectbox to searchable selectbox

Using

add this script

<script src="https://cdn.jsdelivr.net/gh/guganems/besteverselect/besteverselect.js"></script>

Example

let's say you have the following selectbox

<select name="" id="selectbox" class="selectbox">
        <option value="js">js</option>
        <option value="php">php</option>
        <option value="java">java</option>
        <option value="guga nems">guga nems</option>
</select>

use this script to convert it to searchable one:

let select = new BestEverSelect('selectbox');

About

A plugin which converts HTML selectbox to searchable selectbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published