paulfzm 发表于 2013-2-7 15:04:37

IE8 下 HTML Parsing Error: Unable to modify the parent container element before t

IE8 下 HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)
 
IE6下也出现类似红色提示框,
 
 
如果用jQuery,将执行函数加在
$(document).ready(function(){
   //这里,这样,ie6,ie7,ie8 就不会出现这样的错误了
   //原因可能该函数是document.readySate 在complete 状态下 才可以执行的代码
})
 
页: [1]
查看完整版本: IE8 下 HTML Parsing Error: Unable to modify the parent container element before t