Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harvesthq/chosen
Deprecated - Chosen is a library for making long, unwieldy select boxes more friendly.
https://github.com/harvesthq/chosen
deprecated not-maintained
Last synced: about 2 months ago
JSON representation
Deprecated - Chosen is a library for making long, unwieldy select boxes more friendly.
- Host: GitHub
- URL: https://github.com/harvesthq/chosen
- Owner: harvesthq
- License: other
- Created: 2011-04-18T15:07:41.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-09-26T21:24:42.000Z (over 2 years ago)
- Last Synced: 2024-11-23T23:47:19.602Z (about 2 months ago)
- Topics: deprecated, not-maintained
- Language: HTML
- Homepage: http://harvesthq.github.io/chosen/
- Size: 2.92 MB
- Stars: 21,846
- Watchers: 662
- Forks: 4,099
- Open Issues: 312
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred-test - harvesthq/chosen - Deprecated - Chosen is a library for making long, unwieldy select boxes more friendly. (HTML)
- awesome - harvesthq/chosen - Deprecated - Chosen is a library for making long, unwieldy select boxes more friendly. (HTML)
- awesome-web-react - Chosen - Chosen is a widely used jQuery plugin that makes long, unwieldy select boxes much more user-friendly. (Javascript and jQuery Libraries)
- awesome-javascript - chosen - Chosen is a library for making long, unwieldy select boxes more friendly. - ★ 21867 (Form Widgets)
- starred-awesome - chosen - Chosen is a library for making long, unwieldy select boxes more friendly. (HTML)
- awesome-starred - harvesthq/chosen - Deprecated - Chosen is a library for making long, unwieldy select boxes more friendly. (others)
README
# Deprecated
#### This version of Chosen is not currently under active development while we decide on its future direction.
---
# Chosen
Chosen is a library for making long, unwieldy select boxes more user friendly.
- jQuery support: 1.7+
- Prototype support: 1.7+For **documentation**, usage, and examples, see:
http://harvesthq.github.io/chosen/For **downloads**, see:
https://github.com/harvesthq/chosen/releases/### Package managers
Chosen is available through [Bower](https://bower.io/), [npm](https://www.npmjs.com), and [Composer](https://getcomposer.org/), _however, the package names are not the same_.
To install with Bower:
```
bower install chosen
```To install with npm:
```
npm install chosen-js
```To install with Composer:
```
composer require harvesthq/chosen
```The compiled files for these packages are automatically generated and stored in a [2nd Chosen repository](https://github.com/harvesthq/chosen-package). No pull requests will be accepted to that repository.
### Contributing to this project
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](contributing.md).* [Bug reports](contributing.md#bugs)
* [Feature requests](contributing.md#features)
* [Pull requests](contributing.md#pull-requests)### Chosen Credits
- Concept and development by [Patrick Filler](http://patrickfiller.com) for [Harvest](http://getharvest.com/).
- Design and CSS by [Matthew Lettini](http://matthewlettini.com/)
- Repository maintained by [@pfiller](http://github.com/pfiller), [@kenearley](http://github.com/kenearley), [@stof](http://github.com/stof), [@koenpunt](http://github.com/koenpunt), and [@tjschuck](http://github.com/tjschuck).
- Chosen includes [contributions by many fine folks](https://github.com/harvesthq/chosen/contributors).