您好,欢迎访问一九零五行业门户网

jquery.bgiframe.js在IE9下提示INVALID_CHARACTER_ERR错误_jquery

jquery.bgiframe.js在ie9下的错误
复制代码 代码如下:
script5022: dom exception: invalid_character_err (5)
jquery.bgiframe.js, 行8 字符976
错误代码
复制代码 代码如下:
1 {if(!$('iframe.bgiframe',this)[0])this.insertbefore(document.createelement(html),this.firstchild);});};})(jquery);
在网上找到些结局方案
方案一:
复制代码 代码如下:
this.insertbefore(document.createelement('html'),this.firstchild);
html加个引号就行了。
目前就找到该解决方案,日后有新的最修改!
其它类似信息

推荐信息