IE8 内存不足和“对象不支持此属性或方法”

发布于 2024-09-27 21:19:08 字数 763 浏览 0 评论 0原文

我正在使用 jqgrid 来开发一个网站,但似乎找不到 ie8 中的问题。 内存不足”消息,后跟“对象不支持此属性或方法”列表

这是我包含的所有 js 文件的列表:

 <script src="js/jquery-1.4.2.min.js" type="text/javascript"></script>
 <script src="js/jquery-ui-1.8.4.custom.min.js" type="text/javascript"></script>
 <script src="js/jquery.form.js" type="text/javascript"></script>
 <script src="js/jquery.validate.js" type="text/javascript"></script>
 <script src="js/jquery.jstree.js" type="text/javascript" ></script>
 <script src="js/src/grid.loader.js" type="text/javascript"></script>
 <script src="js/src/grid.jqueryui.js" type="text/javascript"></script>

在 ff 中,一切正常,但在 ie8 中,我收到“第 12行 你知道什么会导致这种情况吗? 谢谢

I am using jqgrid for a website i am developing and can't seem to find the problems in ie8. In ff everything works fine, but in ie8 i get the "Out of memory at line 12" message followed by a list of "Object doesn't support this property or method"

Here is the list with all the js files i include:

 <script src="js/jquery-1.4.2.min.js" type="text/javascript"></script>
 <script src="js/jquery-ui-1.8.4.custom.min.js" type="text/javascript"></script>
 <script src="js/jquery.form.js" type="text/javascript"></script>
 <script src="js/jquery.validate.js" type="text/javascript"></script>
 <script src="js/jquery.jstree.js" type="text/javascript" ></script>
 <script src="js/src/grid.loader.js" type="text/javascript"></script>
 <script src="js/src/grid.jqueryui.js" type="text/javascript"></script>

Do you know what can cause this?
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

唐婉 2024-10-04 21:19:08

您应该验证 grid.loader.js 内的 pathtojsfiles 是否指向正确的路径(例如您的情况下的 js/src)。有关详细信息,请参阅 jqGrid 文档的开发安装部分。

You should verify that pathtojsfiles inside of grid.loader.js point to the correct path (like js/src in your case). See Development Installation part of the jqGrid documentation for details.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文