Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在开发一个 Web 应用程序。我有一个菜单栏,当有人点击箭头时会移动。每次单击都会激活一个新的菜单选项。
现在,我想为用户提供在菜单栏/屏幕上滑动以在触摸界面上导航的选项。
知道我会怎么做吗?
谢谢
好吧,我认为您不能仅使用HTML 来做到这一点,但是如果您对 jQuery 感到满意,请看一下:
http://plugins.jquery.com/project/swipe
这个插件可以让你将事件绑定到手势,但我相信它只适用于 iPhone 和 iPad。