I have a <select> that depending on previous options is populated by a var with a bunch of <option> values.
Naturally, because IE doesn’t work with innerHTML I have to append this template to the <select> which now works great in IE. HOWEVER I now need a way to clear out the select options from the previous search and in FF stop it from dropping down to the last <option> in the list.
Well using YUI3:
Edited with correct methods.