Chosen is a library for making long, unwieldy select boxes more user friendly.
- jQuery support: 1.4+
- Prototype support: 1.7+
For documentation, usage, and examples, see: http://harvesthq.github.io/chosen/
For downloads, see: https://github.com/harvesthq/chosen/releases/
Chosen does not currently support command-line bower install chosen
installation. This is because the repo does not contain the compiled sources, and bower does not currently support adding a post-install/build step.
However, you can specify that you'd like to use the release ZIP, which includes the compiled and minified sources.
Either install from the command line with
$ bower install https://github.com/harvesthq/chosen/releases/download/v1.4.1/chosen_v1.4.1.zip
or add Chosen to your own project's bower.json
file, like:
{
"name": "my-project",
"version": "1.0.0",
"dependencies": {
"jquery": "1.11.0",
"chosen": "https://github.com/harvesthq/chosen/releases/download/v1.4.1/chosen_v1.4.1.zip"
}
}
See #1509, #1472, and #1333 for more info.
We welcome all to participate in making Chosen the best software it can be. The repository is maintained by only a few people, but has accepted contributions from over 50 authors after reviewing hundreds of pull requests related to thousands of issues. You can help reduce the maintainers' workload (and increase your chance of having an accepted contribution to Chosen) by following the guidelines for contributing.
- Concept and development by Patrick Filler for Harvest.
- Design and CSS by Matthew Lettini
- Repository maintained by @pfiller, @kenearley, @stof, @koenpunt, and @tjschuck.
- Chosen includes contributions by many fine folks.