I have select box
a b
$("#reset").on("click", function () { $("#my_select").val('b');//Setting the value as 'b' });