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加个引号就行了。
目前就找到该解决方案,日后有新的最修改!

以上就是【jq.bgiframe.js在IE9下提示INVALID_CHARACTER_ERR错误】的全部内容了,欢迎留言评论进行交流!

赞(0) 踩(0)

与本文相关的软件

发表我的评论

最新评论

  1. 暂无评论