I have a select div that I\'m using the chosen jquery plugin to style and add features to (most notably, search). The div looks something like this,
In the lastest version of chosen, liszt:updated is not working anymore. You need to use chosen:updated:
liszt:updated
chosen:updated
$(".chosen-select").attr('disabled', true).trigger("chosen:updated")
Here's a JSFiddle.