1.0.0 • Published 11 years ago

chosen-jquery-browserify v1.0.0

Weekly downloads
20
License
-
Repository
github
Last release
11 years ago

Chosen

Chosen is a library for making long, unwieldy select boxes more user friendly. This is a fork of the original Chosen plugin. This plugin bundles its own version of jquery and makes the chosen plugin sutiable for requiring in projects that use browserify.

  • jQuery support: 1.4+

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 npm install -d to install the correct development dependencies.
  4. Use grunt to generate Chosen's JavaScript file and minified version.
  5. Don't touch the VERSION file
  6. Submit a Pull Request using GitHub.

Using CoffeeScript & Cake

First, make sure you have the proper CoffeeScript set-up in place. We have added a package.json that makes this easy:

npm install -d

This will install all the development dependencies.

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

grunt

Chosen Credits

Notable Forks

1.0.0

11 years ago

0.9.16

11 years ago

0.9.15

11 years ago

0.9.14

11 years ago

0.9.13

11 years ago