本地jquery.js没有加载到简单的html文件中

时间:2016-10-27 16:28:55

标签: javascript html

所以我试图简化我的标题,不知怎的,现在我的本地jquery文件不再加载了。其他js文件加载正常但不是jquery(我使用Chrome的DevTools源部分检查)。

所以我制作了一个测试文件,其中标题被剥去了大多数无用的东西,以向您展示:

<html class="no-js" lang="en">
<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Non-Conformité</title>
    <link rel="stylesheet" href="stylesheets/app.css" />
    <script type="text/javascript" scr="../bower_components/modernizr/modernizr.js"></script>
    <script type="text/javascript" scr="http://{InternalCompanyServer}/nonConforme/bower_components/jquery/dist/jquery.js"></script>
    <script type="text/javascript" scr="bower_components/jquery/dist/jquery.js"></script>
    <script scr="js/jquery.js"></script>
    <script type="text/javascript" src="bower_components/foundation/js/foundation.js"></script>
</head>
<body>
    <div class="row topMargin" header>
        <img class='small-3 columns logo hide-on-print' src="img/logo-fr.png"/>
        <h2 class='small-9 columns' >Formulaire Non-Conformité</h2>
    </div>
    <div class="row"></div>
</body>

正如你所看到的,我尝试了多种方式来编写链接:Absolute then Relative,我甚至将jquery文件复制到js文件夹并尝试链接它但没有运气。

在基础加载正常之后的foundation.js文件但它给出了:“foundation.js:703未捕获的ReferenceError:jQuery未定义(...)”错误。评论如果您需要更多信息我没想到放在这里。

1 个答案:

答案 0 :(得分:4)

你把scr forjQuery url而不是src;)

编辑&gt;只是反射:https://validator.w3.org/check 转到直接输入,粘贴你的html ...然后'去:第7行,第40列:没有属性“SCR”