Jquery ScrollTo 和 IE8 问题

发布于 2024-10-31 23:43:00 字数 364 浏览 2 评论 0原文

所以基本上我在这个网站 www.dudnykexchange.com 上有一个小幻灯片,它可以上下动画并在第一个 ScrollTo 元素中运行幻灯片。它在每个浏览器中都可以正常工作,但 IE 会抛出错误,指出“对象不支持此属性或方法”。它指向的特定行是 ScrollTo 调用。我知道这不是幻灯片破坏它,因为我在其他地方有完全相同的代码。

这是发生的事情的一个片段...

$(document).ready(function(){   
$('#show_hold').scrollTo('#exc_slide', 0 );

反过来,这个错误会破坏幻灯片并造成一团糟。是否有解决办法或应该实施变通办法,有人知道如何采取变通办法吗?

so basically I have a little slideshow on this site www.dudnykexchange.com which animates up and down and runs a slide show in the first of the ScrollTo elements. It works fine in every browser but IE when it throws the an error saying Object doesnt support this property or method. the specific line it points to is the ScrollTo call. I know it's not the slideshow breaking it because I have the exact same code working elsewhere.

here's a snippet of what's breaking...

$(document).ready(function(){   
$('#show_hold').scrollTo('#exc_slide', 0 );

Inturn this error is breaking the slideshow and making a whole big mess. Is there a fix or should a work around be implemented and does anyone know how to go about a workaround?

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

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

发布评论

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

评论(1

泪之魂 2024-11-07 23:43:00

在这里尝试一下: http://bugs.jquery.com/ticket/6452 也许就是这样你正在寻找。

Give a shot here: http://bugs.jquery.com/ticket/6452 maybe that's what you're looking for.

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