【发布时间】:2011-06-21 11:29:30
【问题描述】:
uiquery 插件 bgiframe(2.1.1 版)在 Internet Explorer 9 中导致以下 java 脚本错误:
jquery.bgiframe.js, line 94 character 5
我的菜单不再工作了,我希望是这个错误的原因。
有什么想法吗?
添加:
jquery.bgiframe.js 中的行是:
this.insertBefore( document.createElement(html), this.firstChild );
错误是:
SCRIPT5022: DOM Exception: INVALID_CHARACTER_ERR (5)
【问题讨论】:
-
这一行是什么?你可以使用 IE 开发者工具来获得这个。
标签: javascript internet-explorer-9 bgiframe