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,
$("chosen_one").chosen({ max_selected_options: -1 });