An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

bootstrap-dropselect
============================
A simple jQuery plugin that extends bootstrap's dropdown menu into a select menu

![demo](demo.jpg "demo")

## 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


```

### 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)