https://github.com/lodev09/bootstrap-dropselect
A simple jQuery plugin that extends bootstrap's dropdown menu into something like github's select menu.
https://github.com/lodev09/bootstrap-dropselect
bootstrap-dropselect dropdown dropselect jquery-plugin jquery-plugins
Last synced: 4 months ago
JSON representation
A simple jQuery plugin that extends bootstrap's dropdown menu into something like github's select menu.
- Host: GitHub
- URL: https://github.com/lodev09/bootstrap-dropselect
- Owner: lodev09
- License: apache-2.0
- Created: 2014-08-17T23:52:44.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T10:28:57.000Z (almost 9 years ago)
- Last Synced: 2026-01-23T16:58:57.496Z (5 months ago)
- Topics: bootstrap-dropselect, dropdown, dropselect, jquery-plugin, jquery-plugins
- Homepage: http://lodev09.github.io/bootstrap-dropselect
- Size: 860 KB
- Stars: 76
- Watchers: 9
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bootstrap-dropselect
============================
A simple jQuery plugin that extends bootstrap's dropdown menu into a select menu

## Install
Several quick start options are available:
- [download](https://github.com/lodev09/bootstrap-dropselect/archive/v1.1.4.zip) latest release
- [npm](https://www.npmjs.com/package/bootstrap-dropselect): `npm install --save bootstrap-dropselect`
- [bower](https://bower.io): `bower install bootstrap-dropselect`
** Make sure to link `bootstrap-dropselect.js` and `bootstrap-dropselect.css` to your project
## Usage
Setup `dropselect` in **2 steps**
### Step 1
Just code your standard bootstrap `dropdown`. http://getbootstrap.com/components/#dropdowns
```html
Dropdown
```
### Step 2
Now get the `ul` DOM and run `dropselect`
```javascript
$(function() {
$('#dropselect-demo1').dropselect();
})
```
## API
http://lodev09.github.io/bootstrap-dropselect/#api
## Credits
All bugs, feature requests, pull requests, feedback, etc., are welcome!
[Bootstrap Components](http://getbootstrap.com/components/),
[Github's Select Menu](https://github.com/styleguide/css/13.0)
## License
Released under the [Apache License, Version 2.0](http://opensource.org/licenses/Apache-2.0).
See [LICENSE](LICENSE) file.
Copyright 2014, Jovanni Lo / [@lodev09](http://twitter.com/lodev09) / [www.lodev09.com](http://www.lodev09.com "www.lodev09.com") / [lodev09@gmail.com](mailto:lodev09@gmail.com)