JQuery 移动选项卡
有谁知道 JQuery Mobile 是否可以像 iPhone 本机应用程序那样粘在底部的选项卡?
谢谢
Does anyone know if JQuery Mobile does Tabs that stick to the bottom like the iphone native apps?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,它们的选项卡固定在底部:
http:// jquerymobile.com/demos/1.0a4.1/#docs/toolbars/footer-persist-a.html
它们的行为略有不同,它们在滚动时消失,然后在滚动完成后重新出现。
Yes, they have tabs that stay fixed to the bottom:
http://jquerymobile.com/demos/1.0a4.1/#docs/toolbars/footer-persist-a.html
They behave slightly differently in that they disappear while scrolling and then reappear after the scrolling is finished.
您还可以观看导航栏部分以获取更多示例:
http://jquerymobile.com/ test/docs/toolbars/docs-navbar.html
示例代码:
You can also watch the navbar section for more examples:
http://jquerymobile.com/test/docs/toolbars/docs-navbar.html
Example code: