chosen
chosen copied to clipboard
Chosen is a library for making long, unwieldy select boxes more friendly.
The plugin hides certain elements with negative lefts (like left: -9000px). When RTL is enabled, these all need to be switched to right (instead of left).
With `hide_mode`, the dropdown hide method can be changed to prevent different problems. - `hide_mode: null` (default): uses the old `"left": -9000` to be backward compatible, but is problematic with...
Jquery chosen version : 1.1.0 Browser : IE 8 Problem : chosen does not render properly when its under another unordered list with its own css. (Please see image). Im...
I was looking for a complete list of options and how to use them, as the ones from the original project are not working here. I would like to hide...
Any chance we can get the mootools port updated to the latest version of chosen, which has now had it's official 1.0 release and a whole ton of speed improvements...
If I have items that start with a search term and other items that contain the very same search term, e.g.: Madison Square Garden Square Phillips Transdimensional Square if I...
The Chosen script ignores the disabled attribute of a select list. So a select list which is disabled wil be useable if the chosen script is used.
If you select it in the second time the item appear in the list (but can't be selected) - this is happens because when you deselct an item there is...
Hi, would be very nice to have a function to remove the chosen and go back to a "simple" select.
Hi, I want to be able to hover over an option to get a more detailed description. I know this can be done with a title tag in a normal...