I have select box
a b
$("#reset").on("click", function () { $('#my_select').prop('selectedIndex',0); });