2009-05-17, 06:15 PM
Not really getting what you're trying to do here... refreshing the <select>? What for?
You can deselect all the options by getting each <option> and setting its selected attribute to false.
You can deselect all the options by getting each <option> and setting its selected attribute to false.

