🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

BetterSelecter is a lightweight and fast jQuery plugin to enhance the default select element with some convenient features like option searching and CSS styling.

Select

Documentation

BetterSelecter

Demo: http://arctro.com/open/BetterSelecter/

BetterSelecter allows you to easily implement a clean, easy to use, and searchable select form. It will turn a standard selector such as:

<select>   <option>Op 1</option>   <option>Op 2</option>   <option>Op 3</option>   ...  </select> 

into this:

selector

and

search selector

Simply import jQuery, Better Select and it's stylesheet and create a standard selector element. To activate call:

$("selector").betterSelect(); 

You May Also Like