ajax-chosen icon indicating copy to clipboard operation
ajax-chosen copied to clipboard

A complement to the jQuery library Chosen that adds ajax autocomplete

Results 40 ajax-chosen issues
Sort by recently updated
recently updated
newest added

Hi I've been tinkering all afternoon with ajaxChosen, because I love Chosen, but my option value sets are getting too large. I've also experimented with select2, but it's just too...

update for chosen v1.6.2

the Chosen selectors have changed to '.chosen-container' , also the refresh now is done by triggering "chosen:updated"

There was a problem when " append options " to target select, Especially when use class name to run script. e.g : $(".chzn-select").ajaxChosen(); i've changed " select " with "...

update css class names to latest chosen version

I have modified the code so that it supports newer versions of Chosen. The changes I found were: - update chzn to chosen as this is the new namespace for...

Choosen nicely supports deselection in single select mode. You only have to ensure that the first option tag is empty. Unfortunately, this no longer works with ajax-choosen. It would be...