jquery移动轮播
我需要在幻灯片上显示一个带有移动轮播的页面 - 不更改页面,但仅在幻灯片上显示轮播中的项目(无需页面重新加载)。然后,在轮播中,项目会链接到 jqm 对话框。我怎样才能在没有 iframe 或嵌入的情况下做到这一点。但这需要在滑动时起作用
i need to display a page with a moving carousel, on slide -- not changing page but showing item in carousel on slide only (w/o page reload). in the carousel the items are then linked to a jqm dialog. how can i do this w/o iframe or embed. this needs to work on swipe though
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 http://swipejs.com/
优点:
许可证:GPL 或 MIT
可以通过简单地将点击处理程序绑定到生成动态对话框的滑动元素来链接到对话框,如下所示:
Check out http://swipejs.com/
Pros:
License: GPL or MIT
The link to your dialog can be done by simply bind a tap handler to the swiping elements that generates a dynamic dialog like this:
看看 Ariel Flesler 的 lib LocalScroll :
http://flesler.blogspot.com/ 2007/10/jquerylocalscroll-10.html
您可以在此处查看它的使用情况:http://nancysellers.net/< /a>
Have a look to Ariel Flesler's lib LocalScroll :
http://flesler.blogspot.com/2007/10/jquerylocalscroll-10.html
You can see it in use here : http://nancysellers.net/