jQuery Carousel 插件点击时滚动到第一个项目
我正在使用这个 jQuery 插件: http://www.thomaslanciaux.pro/jquery/jquery_carousel.htm< /a> 创建垂直轮播。
我想做一些类似于分页的事情,单击按钮并滚动到相应的框架。但我只想要一个按钮。该按钮将出现在最后一帧之后,并且显示为“返回顶部”。单击时,它将滚动到轮播中的第一项。有人知道我如何轻松触发此事件吗?
I am using this jQuery plugin: http://www.thomaslanciaux.pro/jquery/jquery_carousel.htm to create a vertical carousel.
I would like to do something similar to the pagination, where a button is clicked and the corresponding frame is scrolled to. But I want only one button. This button will come after the last frame, and it will read "back to top." When it is clicked, it will scroll to the first item in the carousel. Anyone know how I can easily trigger this event?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我写了以下内容,我认为这就是您想要实现的目标。
I wrote the following, which I think is what you're trying to achieve.
我想你想要 jquery scrollTo 插件:
http://demos.flesler.com/jquery/localScroll/#section1
链接下载插件位于该页面的右侧。
I think you want the jquery scrollTo plugin:
http://demos.flesler.com/jquery/localScroll/#section1
The link to download the plugin is on the right of that page.