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,
$('#foobar').prop('disabled', true).trigger("chosen:updated");
This works Perfect!!!! @chosen v1.3.0