问答详情
源自:1-1 使用load()方法异步请求数据

我的写上出不来,是要安装环境吗? 要用localhost打开才对是吗

   $(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");

                    });

                })

            });


提问者:qq_陈柚子_0 2018-09-17 14:09

个回答