$(SELECT).change(function() {
if ($(this).val() == "APPLE") {
$(this).css("background-color", "red");
};
})
东安
2014-08-12
0 回答
举报
0/150
提交
取消