页面滑动手势 jQuery HTML
我一直在寻找一个页面滑动脚本(就像iPhone上的主屏幕页面如何变化一样。)我一直找不到。我能找到的最接近的一个是这个演示,但它不支持iPhone手势。
它不需要是 jQuery,但它是首选。
任何帮助将不胜感激。谢谢。
I have been looking for a page swipe script (Like how the home screen pages on the iPhone change.) I have not been able to find one. The closest one I can find is this demo but it does not support iPhone gestures.
It does not need to be jQuery but it would be preferred.
Any help would be appreciated. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个名为 jQTouch 的 HTML5 框架,它与 jQuery 兼容,并且支持滑动事件。
https://github.com/senchalabs/jQTouch/wiki/callbackevents
There is an HTML5 framework called jQTouch that is compatible with jQuery and has support for the swipe event.
https://github.com/senchalabs/jQTouch/wiki/callbackevents
尝试 https://github.com/bradbirdsall/Swipe
Try https://github.com/bradbirdsall/Swipe