Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/will-stone/quick-select

A jQuery plugin for quick selection of common options in select boxes. Selectual.
https://github.com/will-stone/quick-select

Last synced: 9 days ago
JSON representation

A jQuery plugin for quick selection of common options in select boxes. Selectual.

Awesome Lists containing this project

README

        

# QuickSelect

> Select boxes are a two tap/click operation. They take the user out of the flow of the form, and usually there are certain answers that will be more commonly chosen than others. This plugin provides the ability to easily bring options outside of the select list.

## Getting Started

Please see [the document page](http://quick-select.wstone.io) for installation information and examples.

## License

MIT © Will Stone

## Developing

```
git clone [email protected]:will-stone/quick-select.git
cd quick-select
npm install && bower install
```

`grunt serve` to test.

`grunt` to build.