at path:
ROOT
/
sistema
/
vendors
/
chosen
/
README.md
run:
R
W
Run
.bower.json
1.22 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
.travis.yml
647 By
2018-11-08 02:46:18
R
W
Run
Delete
Rename
LICENSE.md
1.19 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
README.md
1.97 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
bower.json
961 By
2018-11-08 02:46:18
R
W
Run
Delete
Rename
chosen-sprite.png
538 By
2018-11-08 02:46:18
R
W
Run
Delete
Rename
chosen-sprite@2x.png
738 By
2018-11-08 02:46:18
R
W
Run
Delete
Rename
chosen.css
11.9 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
chosen.jquery.js
46.01 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
chosen.jquery.min.js
28.44 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
chosen.min.css
9.98 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
chosen.proto.js
46.89 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
chosen.proto.min.js
28.79 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
composer.json
819 By
2018-11-08 02:46:18
R
W
Run
Delete
Rename
package.json
1.13 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
error_log
up
📄
README.md
Save
# 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).