xxxxxxxxxx
$('select').each( function() {
$(this).val( $(this).find("option[selected]").val() );
});
xxxxxxxxxx
// Assuming the select element has the id "mySelect"
$("#mySelect").empty();
xxxxxxxxxx
$('ClassOrIDName').prop('selectedIndex',0);
// this works perfectly. just put this in any action and your 1st option should be 'select one item' type