添加鼠标滚轮滚动到 jcarousel(不是精简版)

发布于 2024-11-19 20:48:46 字数 590 浏览 5 评论 0原文

<script type="text/javascript" src="lib/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="lib/jquery.jcarousel.min.js"></script>
<script type="text/javascript" src="lib/jquery.mousewheel.js"></script>

<script type="text/javascript">

jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
        vertical: true,
        scroll: 2
    });
});

</script>

如何向我的 jcarousel 插件添加鼠标滚轮滚动? 我的垂直转盘中有一个向上和向下箭头 并且希望能够使用鼠标滚轮 上下滚动。

另外,我希望它能够在移动平台上运行,但是 那是另一个问题了。

感谢您的帮助

<script type="text/javascript" src="lib/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="lib/jquery.jcarousel.min.js"></script>
<script type="text/javascript" src="lib/jquery.mousewheel.js"></script>

<script type="text/javascript">

jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
        vertical: true,
        scroll: 2
    });
});

</script>

How can I add a mousewheel scroll to my jcarousel plugin?
I have an up and down arrow in my vertical carousel
and would like to be able to use the mousewheel as well
to scroll up and down.

Also, I would like it to work on mobile platforms, but
that's another issue.

Thanks for the help

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文