2025-04-23

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

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *