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加個引號就行了。
目前就找到該解決方案,日後有新的最修改!