bttmly / chosen

Chosen is a library for making long, unwieldy select boxes more friendly.

Home Page:http://harvesthq.github.io/chosen/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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.

Chosen Credits

About This Fork

This version of Chosen seeks to accomplish a few key modifications:

  • Resolution indepence through the use of an icon font rather than CSS sprites. Having a data URI in the CSS file also eliminates the need for an additional HTTP request to get the sprite image.
  • Use of relative units rather than pixels, and more generous padding in general.
  • Moving the unselect "X" icon to the left side of selections to make it easier to quickly discard multiple choices.

About

Chosen is a library for making long, unwieldy select boxes more friendly.

http://harvesthq.github.io/chosen/

License:Other


Languages

Language:JavaScript 61.1%Language:CoffeeScript 38.9%