$("#my_select option:selected").removeAttr("selected");
$("#my_select option:selected").prop("selected",false);