gustavohenke / bselect

DEPRECATED - The select decorator component that was missing for Twitter Bootstrap.

Home Page:http://gustavohenke.github.io/bselect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bselect Build Status NPM version

The select decorator component that was missing for Twitter Bootstrap.

Features

  • Bootstrap-like dropdown decorator for <select> elements
  • Easy to use, a simple jQuery call and you're done!
  • Doesn't require any Bootstrap CSS or JS to work
  • 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://gustavohenke.github.io/bselect to see demos.

Usage

// 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, don't be afraid to tell me!

License

MIT

About

DEPRECATED - The select decorator component that was missing for Twitter Bootstrap.

http://gustavohenke.github.io/bselect

License:MIT License


Languages

Language:JavaScript 93.5%Language:CSS 6.5%