为什么要加html,作用是什么?
$("ul")
.html("<img src='Images/Loading.gif' alt=''/>")
.load("http://www.imooc.com/data/fruit_part.html",function(){
$(this).attr("disabled", "true");
});
$("ul")
.html("<img src='Images/Loading.gif' alt=''/>")
.load("http://www.imooc.com/data/fruit_part.html",function(){
$(this).attr("disabled", "true");
});
2017-02-17
举报