JQuery 轮播问题

发布于 2024-09-27 12:16:37 字数 249 浏览 5 评论 0原文

我有一个测试网站 http://wms-clients.com/wms2.0/2010 /。我正在使用主题内置的 jquery 轮播。我唯一的问题是,当我推进幻灯片放映时,它会跳过一些幻灯片,几乎就像是一次播放两张幻灯片而不是一张幻灯片。我在其他网站论坛上看到过这个问题,但从未得到明确的答案。有人可以看一下并告诉我他们的想法吗?

谢谢。

I have a test website up at http://wms-clients.com/wms2.0/2010/. I am using the jquery carousel built in to my theme. My only problem is that when I advance the slideshow, it skips past some slides, almost as if it's going by twos instead of one slide at a time. I have seen this issue posted in other website forums, but never have gotten a definitive answer. Could someone please take a look and give me their thoughts?

Thanks.

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

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

发布评论

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

评论(1

硪扪都還晓 2024-10-04 12:16:37

在 atlantica.js 中,添加一个滚动属性(默认为 3)来初始化轮播:

jQuery('#mycarousel').jcarousel({
            scroll: 1,
            auto: 6,
            wrap: 'last',
            animation: 'slow',
            initCallback: mycarousel_initCallback
    });

In atlantica.js, add a scroll attribute (default is 3) to carousel initialization:

jQuery('#mycarousel').jcarousel({
            scroll: 1,
            auto: 6,
            wrap: 'last',
            animation: 'slow',
            initCallback: mycarousel_initCallback
    });
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文