添加鼠标滚轮滚动到 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>
如何向我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论