添加幻灯片到 jcarousel 滚动条?
是否可以向 jcarousel 添加这样的滚动条 http://imageflow.finnrudolph.de/ ?我想做的就是添加一个滑块来移动内容...我不希望左右箭头按钮来移动内容。
谢谢!
Is it possible to add a scroller like this, http://imageflow.finnrudolph.de/ to jcarousel? All I want to do is to add a slider to move the content with... I don't want the left and right arrowbutton to move the content with.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 jQuery UI 的可拖动或滑块小部件来实现此目的。
使用它们提供的事件来触发 jCarousel 事件,例如 carousel.next() 等...
You can achieve this with jQuery UI's draggable or slider widgets.
Use the events they provide to trigger a jCarousel event, like carousel.next(), etc...