Skip to content

emilymclean/BetterSelecter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();

This repository is not actively developed, but new PRs will be reviewed and merged. The library still works

About

A jQuery plugin for pretty and searchable selectors

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors