.load("http://www.imooc.com/data/fruit_part.html", function(){
$this.attr("disabled", "true");
});
$this.attr("disabled", "true");
});
2017-01-11
$("#litest").html($("form").serialize())
2017-01-10
?=.load("http://www.imooc.com/data/fruit_part.html",function()
2017-01-10
$("#divtest").html($("form").serialize());
2017-01-10
$.get("http://www.imooc.com/data/info_f.php",function(data){
$this.attr("disabled", "true");
$("ul").append("<li>我的名字叫:" + data.name + "</li>");
$("ul").append("<li>男朋友对我说:" + data.say + "</li>");
}, "json");
$this.attr("disabled", "true");
$("ul").append("<li>我的名字叫:" + data.name + "</li>");
$("ul").append("<li>男朋友对我说:" + data.say + "</li>");
}, "json");
2017-01-10