我有一个功能,下面是几行:
if(ele.next())
{
if(ele.next().className == 'errmark')
ele.next().remove();
}
现在,除了 IE8 之外的所有浏览器都可以正常工作,我收到以下错误:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CMDTDF; BRI/1)
Timestamp: xxx
Message: Object doesn't support this property or method
Line: 166
Char: 5
Code: 0
URI: XXXXXXXXXXXXXXXX
有人请帮助我..谢谢..