quick-select icon indicating copy to clipboard operation
quick-select copied to clipboard

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

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