为什么我在练习里面用bind就不对呢
$("#seltest").bind("change",function(){
if($(this).val()=="苹果")
$(this).css("background-color", "red");
else
$(this).css("background-color", "green")
$("#seltest").bind("change",function(){
if($(this).val()=="苹果")
$(this).css("background-color", "red");
else
$(this).css("background-color", "green")
2015-08-08
举报