Tom Needham dd7a411f9a Disable save button while saving. Streamlined code. | il y a 13 ans | |
---|---|---|
.. | ||
LICENSE.md | il y a 13 ans | |
README.md | il y a 13 ans | |
VERSION | il y a 13 ans | |
chosen.jquery.js | il y a 13 ans | |
chosen.jquery.min.js | il y a 13 ans |
Chosen is a library for making long, unwieldy select boxes more user friendly.
For documentation, usage, and examples, see:
http://harvesthq.github.com/chosen
Contributions and pull requests are very welcome. Please follow these guidelines when submitting new code.
First, make sure you have the proper CoffeeScript / Cake set-up in place.
npm -g install uglify-js
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.