$("#P2").change(function(){ if($(this).find("option:selected").val()){ $("#PGrade option[value=2]").attr("selected",true); }});不知道你是不是要这个效果