简体   繁体   English

加载资源失败:.net::ERR_FILE_NOT_FOUND jquery

[英]Failed to load resource: net::ERR_FILE_NOT_FOUND jquery

I am testing my chrome extension and it is failing to load a local jquery-3.3.1.js, even I tried online jquery URL https://code.jquery.com/jquery-3.3.1.min.js我正在测试我的 chrome 扩展,它无法加载本地 jquery-3.3.1.js,即使我在线尝试 jquery URL https://code.jquery.com/jquery-3.3.1.min.js
it gave the same error over and over again what should i do to make it work, my code looks like this它一遍又一遍地给出同样的错误我应该怎么做才能让它工作,我的代码看起来像这样

 <.doctype html> <html> <head> <title>Spoiler Blocker</title> <link href="popup.css" media="all" rel="stylesheet" type="text/css"> </head> <body> <div id="form"> <h3>Type in the name of a show you want to Unspoil</h3> <input id="spoiler-input" type="text" placeholder="Breaking Bad"> <button id="unspoil-button" class="btn btn-primary">Unspoil</button> </div> <main id="showslist" class="app__body"> <.-- TaskItems will be rendered here --> </main> <.-- <script type="text/javascript" src="./jquery-3:3.0.js"></script> --> <script src="https.//code.jquery.com/jquery-3.3.1.min.js "></script> <script type="text/javascript" src="./init.js"></script> <script type="text/javascript" src="./popup.js"></script> <script type="text/javascript" src="./content.js"></script> </body> </html>

try removing the blank character at the end of the string:尝试删除字符串末尾的空白字符:

<script src="https://code.jquery.com/jquery-3.3.1.min.js">

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法加载资源:net::ERR_FILE_NOT_FOUND in angular - Failed to load resource: net::ERR_FILE_NOT_FOUND in angular 无法加载资源:net::ERR_FILE_NOT_FOUND,未捕获(承诺中)类型错误:无法获取 - Failed to load resource: net::ERR_FILE_NOT_FOUND, Uncaught (in promise) TypeError: Failed to fetch 无法加载用于API密钥链接的资源:net :: ERR_FILE_NOT_FOUND - Failed to load resource: net::ERR_FILE_NOT_FOUND for API key link 未捕获的TypeError:无法读取未定义的属性“查询”,并且无法加载资源:net :: ERR_FILE_NOT_FOUND - Uncaught TypeError: Cannot read property 'query' of undefined and Failed to load resource: net::ERR_FILE_NOT_FOUND 为什么我有错误加载资源失败:net::ERR_FILE_NOT_FOUND? - Why I have the error Failed to load resource: net::ERR_FILE_NOT_FOUND? 无法加载资源:net::ERR_FILE_NOT_FOUND 加载 json.js - Failed to load resource: net::ERR_FILE_NOT_FOUND loading json.js Cordova s​​vg <image xlink:href/> throws加载资源失败:net :: ERR_FILE_NOT_FOUND [file:/// android_asset / www / undefined] - Cordova svg <image xlink:href/> throws Failed to load resource: net::ERR_FILE_NOT_FOUND [file:///android_asset/www/undefined] 我通过运行 npm 运行构建构建了我的 Vuejs 应用程序,打开 index.html 引发错误:加载资源失败:net::ERR_FILE_NOT_FOUND - I built my Vuejs app by running npm run build, opening index.html throws errors: Failed to load resource: net::ERR_FILE_NOT_FOUND amCharts 4 CDN net :: ERR_FILE_NOT_FOUND - amCharts 4 CDN net::ERR_FILE_NOT_FOUND ReactJS - net::ERR_FILE_NOT_FOUND - ReactJS - net::ERR_FILE_NOT_FOUND
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM