我从 Filezilla 登录到我的 FTP 并尝试打开一个 JS 文件,它给了我以下错误:
Script: C:/.../slider.js
Line: 1
Char: 1
Error: 'document' is undefined
Code: 800A1391
Source: Microsoft JScript runtime error
我也有 jQuery 链接到 .php 文件......'document'来自:
$(document).ready(function() {
//Code is here...
});
我尝试下载文件并打开它,我尝试删除 $(document).ready();,我尝试删除 jquery(顺便说一下,当我打开 jQuery 文件时,它给了我几乎相同的错误)。任何帮助表示赞赏。谢谢!
编辑:
这篇文章的标签之一是“asp.net”,但说实话我什至不知道它是否与 asp.net 相关......