qq_陈柚子_0
2018-09-17 14:09
$(function () {
$("#btnShow").bind("click", function () {
var $this = $(this);
$("ul")
.html("<img src='Images/Loading.gif' alt=''/>")
load("http://www.imooc.com/data/fruit_part.html",function(){
$this.attr("disabled", "true");
});
})
});
jQuery基础(五)一Ajax应用与常用插件
69100 学习 · 400 问题
相似问题