我有一个用Joomla构建的JavaScript新闻幻灯片。它在Firefox,Chrome等中运行良好。但是,在Internet Explorer中的两个新闻段之后,它会冻结很长时间。以下是该网站的链接:www.urbanclaim.com
如何在Internet Explorer中停止延迟并使其正常有效地工作?
答案 0 :(得分:3)
Cannot call method 'addClass' of undefined
当我删除这些行时,它在IE6上工作:
this.handles.removeClass('active');
currentHandle.addClass('active');