if ($.cookie("email")) {
$("#email").val($.cookie("email"));
}
$.cookie("email",$("#email").val(), {
$("#email").val($.cookie("email"));
}
$.cookie("email",$("#email").val(), {
2015-09-15
.load("http://www.imooc.com/data/fruit_part.html","li",function(){
$this.attr("disabled", "true");
});
$this.attr("disabled", "true");
});
2015-09-14
var $strHTML = $("#hidstr:hidden").val();效果一样的,在线编译器好不智能
2015-09-14
$("input"),bind("blur", function () {
if ($(this).val().length == 0)
$("div").html("你的名称不能为空!");
})
if ($(this).val().length == 0)
$("div").html("你的名称不能为空!");
})
2015-09-14