JQuery 移动选项卡

发布于 2024-11-02 01:28:06 字数 67 浏览 1 评论 0原文

有谁知道 JQuery Mobile 是否可以像 iPhone 本机应用程序那样粘在底部的选项卡?

谢谢

Does anyone know if JQuery Mobile does Tabs that stick to the bottom like the iphone native apps?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

傻比既视感 2024-11-09 01:28:06

是的,它们的选项卡固定在底部:

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.

倚栏听风 2024-11-09 01:28:06

您还可以观看导航栏部分以获取更多示例:

http://jquerymobile.com/ test/docs/toolbars/docs-navbar.html

示例代码:

<div data-role="navbar">
    <ul>
        <li><a href="#">One</a></li>
        <li><a href="#">Two</a></li>
        <li><a href="#">Three</a></li>
    </ul>
</div><!-- /navbar -->

You can also watch the navbar section for more examples:

http://jquerymobile.com/test/docs/toolbars/docs-navbar.html

Example code:

<div data-role="navbar">
    <ul>
        <li><a href="#">One</a></li>
        <li><a href="#">Two</a></li>
        <li><a href="#">Three</a></li>
    </ul>
</div><!-- /navbar -->
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文