Skip to content

derflocki/bselect

 
 

Repository files navigation

bselect

The select decorator component that was missing for Twitter Bootstrap 3.

Features

  • Dropdown decorator for <select> elements
  • Easy to use, a simple jQuery call and you're done!
  • Tested via QUnit
  • Support for internationalization
  • ARIA ready
  • Lightweight
  • .js: about 1 KB minified and gzipped, ~11 KB uncompressed
  • .css: about 1 KB minified and gzipped, ~6 KB uncompressed

Installation

Demo

Access http://derflocki.github.io/bselect/ to see demos.

Usage

javascript
// Create the component
$("select").bselect();

// Create the component without an search input
$("select").bselect({ searchInput : false });

// Update the component - make the animation slower
$("select").bselect("option", "animationDuration", 600);

Bugs

If you've found any problems, tell me!

License

MIT

About

The select decorator component that was missing for Twitter Bootstrap 3.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 89.8%
  • HTML 5.2%
  • CSS 5.0%