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

有时候jq链接有问题

<!DOCTYPE html>

<html>

    <head>

        <title>使用getScript()方法异步加载并执行js文件</title>

        <script src="https://libs.baidu.com/jquery/1.9.0/jquery.js" type="text/javascript"></script>

        <link href="style.css" rel="stylesheet" type="text/css" />

    </head>

    

    <body>

        <div id="divtest">

            <div class="title">

                <span class="fl">我最喜欢的运动</span> 

                <span class="fr">

                    <input id="btnShow" type="button" value="加载" />

                </span>

            </div>

            <ul></ul>

        </div>

        

        <script type="text/javascript">

            $(function () {

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

                    var $this = $(this);

                    $.getScript("https://www.imooc.com/data/sport_f.js", function() {

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

                    });

                })

            });

        </script>

    </body>

</html>


正在回答

1 回答

换cdn:https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js


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

举报

0/150
提交
取消

有时候jq链接有问题

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