Chosen is a library for making long, unwieldy select boxes more friendly.
 
 
 
 
Go to file
Patrick Filler 8f63638e12 Switch to getAttribute if available - fixes Firefox double quote escaping issue on some properties. 2011-11-04 11:53:33 -04:00
chosen Switch to getAttribute if available - fixes Firefox double quote escaping issue on some properties. 2011-11-04 11:53:33 -04:00
coffee Switch to getAttribute if available - fixes Firefox double quote escaping issue on some properties. 2011-11-04 11:53:33 -04:00
.gitignore Merge master into abstract-chosen 2011-09-30 17:39:03 -04:00
Cakefile Introduce abstract-chosen, try to start sharing more code between platforms 2011-08-19 12:23:03 -04:00
LICENSE.md Update License Info 2011-07-13 15:42:57 -04:00
README.md Changed Drupal module link to the more up-to-date one on drupal.org and adding main contributors to the list 2011-10-24 18:07:59 +03:00
VERSION Up version number to 0.9.5 2011-09-30 12:21:05 -04:00
example.jquery.html Silly typo. 2011-10-24 11:02:26 -04:00
example.proto.html Silly typo. 2011-10-24 11:02:26 -04:00

README.md

Chosen

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.com/chosen

Contributing to Chosen

Contributions and pull requests are very welcome. Please follow these guidelines when submitting new code.

  1. Make all changes in Coffeescript files, not JavaScript files.
  2. For feature changes, update both jQuery and Prototype versions
  3. Use 'cake build' to generate Chosen's JavaScript file and minified version.
  4. Don't touch the VERSION file
  5. Submit a Pull Request using GitHub.

Using CoffeeScript & Cake

First, make sure you have the proper CoffeeScript / Cake set-up in place.

  1. Install Coffeescript: the CoffeeScript documentation provides easy-to-follow instructions.
  2. Install UglifyJS: npm -g install uglify-js
  3. Verify that your $NODE_PATH is properly configured using echo $NODE_PATH

Once you're configured, building the JavasScript from the command line is easy:

cake build                # build Chosen from source
cake watch                # watch coffee/ for changes and build Chosen

If you're interested, you can find the recipes in Cakefile.

Chosen Credits

Notable Forks