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)

最佳答案

经过更多研究后,我在bgiframe网站上找到了一个解决方案:

我在下载了2.1.3-pre版本

https://github.com/brandonaaron/bgiframe/blob/master/jquery.bgiframe.js

这样就解决了问题。

10-06 11:16