IE9에서 jquery.bgiframe.js 오류
SCRIPT5022: DOM 예외: INVALID_CHARACTER_ERR (5)
jquery.bgiframe.js, 줄 8자 976
오류 코드
1 {if(!$('iframe.bgiframe',this)[0])this.insertBefore(document .createElement(html ),this.firstChild);});};})(jQuery);
인터넷에서 엔딩 계획 찾아보기
계획 1:
this.insertBefore(document. createElement('html'),this .firstChild);
HTML에 따옴표만 추가하면 됩니다.
이제 해결책을 찾았고, 앞으로는 새로운 수정이 있을 거예요!