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.
这可能是一个愚蠢的问题或不适合在这里发布,所以请不要惩罚我。
我即将建立一个针对 iPad 用户的单页网站。
会有一个导航栏,所以当点击它会显示特定的 div。现在,我想使用滑动“触摸”事件,因此当您滑动屏幕时,下一个内容(div)将滑入,导航栏将突出显示您所在的当前页面。此外,如果用户不想滑动屏幕,请让他们选择点击导航栏元素。
我知道 jQuery UI 有一页 ajax 解决方案但没有刷卡:(
非常感谢您的帮助。
您可以使用jquery mobile。
或参考以下问题。
Jquery 触摸滑动事件/没有 jQuery mobile
独立的jQuery“触摸”方法?