为了账号安全,请及时绑定邮箱和手机立即绑定

为什么没有效果?

 <script type="text/javascript">

            $(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 (data) {

                    $this.attr("disabled", "true");

               

                        });

                        

                    });

                })

            });

        </script>


正在回答

2 回答

<script type="text/javascript">

            $(function(){

                $("#btnShow").click(function(){

                  var tis=    $(this);

                  $("ul").html("<img src='Images/Loading.gif' alt=''/>").load("http://www.imooc.com/data/fruit_part.html",function(){

                      tis.attr("disabled","true");

                  });

                });

            });

        </script>

1 回复 有任何疑惑可以回复我~
#1

慕粉3804975 提问者

非常感谢!
2017-01-05 回复 有任何疑惑可以回复我~

已将你的代码复制测试,发现是因为你的代码中多写了一个 "  })  ",删除其中一个即可.

1 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
jQuery基础(五)一Ajax应用与常用插件
  • 参与学习       69099    人
  • 解答问题       400    个

如何用jquery实现ajax应用,加入学习,有效提高前端开发速度

进入课程

为什么没有效果?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信