课程
/前端开发
/jQuery
/jQuery基础课程
Let's keep this human readable!
2014-12-22
源自:jQuery基础课程 8-3
正在回答
$(function () {
$("#btnShow").bind("click", function () {
var $this = $(this);
$.getScript("http://www.imooc.com/data/sport_f.js",function(){
$this.attr("disabled", "true");
});
})
举报
加入课程学习,有效提高前端开发速度