I’m using the jQuery bsmSelect plugin to give my users a convenient way to select multiple options from a select-drop-down list. It works well, except I need it to start with nothing selected by default. Anyone know how this can be accomplished?
bsmSelect intro:
http://www.ryancramer.com/journal/entries/select_multiple/
HTMLSelectElement.selectedIndex = -1;http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-94282980