$("div label").css("background-color","blue");
2015-05-27
$(function () {
$("#btntest").bind("click mouseout", function () {
$(this).attr("disabled", "true");
})
});
$("#btntest").bind("click mouseout", function () {
$(this).attr("disabled", "true");
})
});
2015-05-26
$("li:first-child").css("background-color", "green");
为毛不是ol?语义上不通啊
为毛不是ol?语义上不通啊
2015-05-26
$("#content").css("background-color","blue").css("color","white");
2015-05-26