Top "Jquery-chosen" questions

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

How to open Chosen via JavaScript?

I need to open the Chosen dropdown via JavaScript so users do not have to click on the select to …

javascript jquery html user-interface jquery-chosen
jquery chosen, empty String as option

I´m using chosen.js for Dropdowns in a form on a grails-environment. I want the users to be able …

jquery grails drop-down-menu jquery-chosen
Different display value for selecte text using select2.js

Trying to implement a custom select dropdown using select2 plugin Is it possible to have the selected value to display …

javascript jquery html jquery-chosen jquery-select2
how to get option group of selected item on .chosen().change()

For a simple option grouping, say: <optgroup label="fruit"> <option value="1"> apples </option> <…

jquery jquery-chosen
Chosen.jquery drop-up list

I use jquery-chosen for my comboboxes. If the combobox is at the bottom of the screen it can not be …

jquery jquery-chosen
jquery chosen plugin - get data using php

I'm using Multiple Select with Groups and Multiple Select from http://harvesthq.github.com/chosen/ Does anyone know how to …

jquery post multi-select jquery-chosen
Chosen plugin max_selected_options

I use Chosen jquery plugin and I noticed that max_selected_options is not working: The code is this: <!…

jquery-plugins jquery-chosen
How to add thumbnail image to drop down after using jQuery Chosen plugin?

I used jquery chosen plugin to create beautiful dropdown. Dropdown contents are image file names. I want to show a …

jquery jquery-chosen
Angular + chosen : selected values

I have a question about setting ng-model in combination of chosen widget and AngularJS (see this video : https://www.youtube.…

angularjs jquery-chosen
jQuery Chosen doesn't update select options while working with knockout js

I am trying to make jQuery Chosen and KnockoutJS work at the same time. The problem is "jQuery Chosen" refuses …

jquery knockout.js jquery-chosen