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: 6 months ago
JSON representation
A jQuery plugin for quick selection of common options in select boxes. Selectual.
- Host: GitHub
- URL: https://github.com/will-stone/quick-select
- Owner: will-stone
- License: mit
- Archived: true
- Created: 2015-09-03T18:30:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T19:53:46.000Z (over 8 years ago)
- Last Synced: 2025-03-10T21:49:40.785Z (over 1 year ago)
- Language: HTML
- Size: 14.2 MB
- Stars: 368
- Watchers: 15
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: contributing.md
- License: LICENSE
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 git@github.com:will-stone/quick-select.git
cd quick-select
npm install && bower install
```
`grunt serve` to test.
`grunt` to build.