I have select box
a b
$("#reset").on("click", function () { $('#my_select').val('-1'); });
http://jsfiddle.net/T8sCf/1323/