为什么我的幻灯片在 IE 上冻结?

发布于 2024-11-18 08:59:25 字数 246 浏览 4 评论 0原文

我有一个用 JavaScript 为 Joomla 构建的新闻幻灯片。它在 Firefox、Chrome 等浏览器中运行良好。但是,在 Internet Explorer 中播放两个新闻片段后,它会冻结很长时间。以下是该网站的链接:www.urbanclaim.com

我怎样才能停止延迟并使其正常工作在 Internet Explorer 中有效吗?

I have a news slideshow that was built in JavaScript for Joomla. It works fine in Firefox, Chrome, and etc. However, after two news segments in Internet Explorer it freezes for a long time. Here is a link to the site: www.urbanclaim.com

How can I stop the delay and get this working correctly and efficiently in Internet Explorer?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蓦然回首 2024-11-25 08:59:25
Cannot call method 'addClass' of undefined

当我删除这些行时,它在 IE6 上工作:

this.handles.removeClass('active');
currentHandle.addClass('active');
Cannot call method 'addClass' of undefined

It worked on IE6 when i removed these lines:

this.handles.removeClass('active');
currentHandle.addClass('active');
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文