问题标签 [jquery-get]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
jquery - jQuery .get 可以内联工作,但不能在外部文件中工作
我有一些 jQuery,我使用 .get 将 HTML 加载到文档中,如下所示:
当脚本内联时它可以完美运行,但是当我将它移动到外部 .js 文件时,.get 失败并且我收到 HTTP 404 错误。(未找到文件:http ... /Wizard/@Url.Action("beneficiary"))。
外部 .js 文件是 WizardScript.js,我像这样包含它(我在脚本的其他地方使用 jQuery UI,因此这些脚本标签):
这是之前的工作,我不知道发生了什么!有任何想法吗?