Top "Jquery-chosen" questions

Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly.

Making Chosen Dropdown Read only (not disabled)

I'm looking to make a chosen dropdown menu read only, and I need to do this dynamically using a jQuery …

javascript jquery jquery-chosen
Dynamically add option to chosen select multiple JQuery plugin

I want to add the text that a user inputs in the text field of a chosen select multiple input …

javascript jquery jquery-events jquery-chosen
Chosen.js and validate jquery

I am using validate.jquery.js : works fine. But when I'm adding chosen.js , validation on the select dropdowns doesn't …

javascript jquery validation jquery-chosen
Angular.js Chosen integration

my select inside my angular view where i want to add chosen functionality: <select ng-options="value for value in …

javascript angularjs jquery-chosen
Width of Chosen dropdowns near zero when starting in collapsed Bootstrap accordion

When a Chosen dropdown is inside a Bootstrap 3 accordion that's initially hidden, then the width of the dropdown is near …

jquery css twitter-bootstrap jquery-chosen
How to hide or remove options from jQuery Chosen select dropdown

I would like to hide certain elements from a dropdown that is created using the Chosen plugin. I have tried …

jquery jquery-chosen
Chosen jQuery widget doesn't work in Compatibility View of IE8

I'm using the Chosen jQuery widget from http://harvesthq.github.com/chosen/. It works well in my application in most …

jquery internet-explorer jquery-chosen
How can I hide (and fadeIn) a chosen select?

I'm using the Chosen library (http://harvesthq.github.com/chosen/) as JQuery plugin to enhance select elements. I need to …

javascript jquery jquery-chosen
Adding text other than the selected text options to the select with the Chosen plugin

I am using the chosen plugin. Adding this to my document does not enable me to type into the text …

jquery jquery-chosen
jquery chosen on disabled option

I have an select with some option's: <select id="select"> <option>1</option> <option …

jquery jquery-chosen