https://github.com/gustavohenke/bselect
DEPRECATED - The select decorator component that was missing for Twitter Bootstrap.
https://github.com/gustavohenke/bselect
bootstrap deprecated javascript twitter-bootstrap
Last synced: about 1 year ago
JSON representation
DEPRECATED - The select decorator component that was missing for Twitter Bootstrap.
- Host: GitHub
- URL: https://github.com/gustavohenke/bselect
- Owner: gustavohenke
- License: mit
- Archived: true
- Created: 2012-11-20T13:40:18.000Z (over 13 years ago)
- Default Branch: development
- Last Pushed: 2016-10-18T06:58:47.000Z (over 9 years ago)
- Last Synced: 2025-03-09T15:55:39.377Z (about 1 year ago)
- Topics: bootstrap, deprecated, javascript, twitter-bootstrap
- Language: JavaScript
- Homepage: http://gustavohenke.github.io/bselect
- Size: 1.69 MB
- Stars: 126
- Watchers: 9
- Forks: 25
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# bselect [](https://travis-ci.org/gustavohenke/bselect) [](http://badge.fury.io/js/bselect)
The select decorator component that was missing for Twitter Bootstrap.
### Features
* Bootstrap-like dropdown decorator for `` 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](http://qunitjs.com/)
* 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
* Installation via Bower: `bower install bselect`
* Installation via NPM: `npm install bselect`
* Download zip/tarball - https://github.com/gustavohenke/bselect/archive/master.zip
* git clone this repo: `git clone git@github.com:gustavohenke/bselect.git`
## Demo
Access [http://gustavohenke.github.io/bselect](http://gustavohenke.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, [don't be afraid to tell me!](https://github.com/gustavohenke/bselect/issues/new)
## License
MIT