$(function () {
$("#btnShow").bind("click", function () {
var $this = $(this);
$.getScript ("http://www.imooc.com/data/sport_f.js",function(){
$this.attr("disabled", "true");
});
$("#btnShow").bind("click", function () {
var $this = $(this);
$.getScript ("http://www.imooc.com/data/sport_f.js",function(){
$this.attr("disabled", "true");
});
2017-12-14
使用chrom浏览器,查看console 错误原因。多半是jquery问题 ,如:ajax的回调参数没有,jquery加载不成功,内容加密https
2017-12-09
两个地方需要修改:
1)jquery的引用<script src="https://www.imooc.com/static/lib/jquery/1.9.1/jquery.js"></script>
2 )http://www.imooc.com/data/fruit_part.html 协议改为https:.....
1)jquery的引用<script src="https://www.imooc.com/static/lib/jquery/1.9.1/jquery.js"></script>
2 )http://www.imooc.com/data/fruit_part.html 协议改为https:.....
2017-12-09