I have two HTML select boxes. I need to reset one select box when I make a selection in another.
select
&l
I created a new option in the select tag that has a value of empty string ("") and used:
$("form.query").find('select#topic').val("");