.bind("blur", function () {
if ($(this).val().length == 0)
$("div").html("你的名称不能为空!");
})
if ($(this).val().length == 0)
$("div").html("你的名称不能为空!");
})
2015-03-08
$("ol>li:eq(2)").css("background-color", "#60F");
2015-03-07