Re-populate drop down list options, how to clear options list and then re-populate?
When a event fires, I need to wipe out the current contents of the drop down list #users, and then re-populate it via ajax.
My ajax call is returning the HTML for the options like:
<option name=blah1>text1</option>
<option name=blah2>text2</option>
<option name=blah3>text3</option>