Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/will-stone/quick-select
- Owner: will-stone
- License: mit
- Archived: true
- Created: 2015-09-03T18:30:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T19:53:46.000Z (over 6 years ago)
- Last Synced: 2024-10-10T11:13:07.852Z (about 1 month ago)
- Language: HTML
- Size: 14.2 MB
- Stars: 368
- Watchers: 16
- 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 [email protected]:will-stone/quick-select.git
cd quick-select
npm install && bower install
````grunt serve` to test.
`grunt` to build.