$(function() { $('#form1').change(function() { var link = $(':selected').val(); location = link; this.selectedIndex = 0; }); // end change }); //end ready