gpt4 book ai didi

javascript - 在 Jquery Mobile 中如何显示/隐藏 HTML 页面

转载 作者:行者123 更新时间:2023-11-30 06:37:03 25 4
gpt4 key购买 nike

我用这段代码来显示/隐藏一个div

$("[id*=viewMeButton]").click(function(){
$("[id*=viewMe]").toggle();
$("[id*=viewMeButton]").show();
});

就像在 Jquery Mobile 中一样,可以显示/隐藏 HTML 页面。

例如在 LinkedIn 应用程序中。

在 LinkedIn 移动应用程序中,如果我们单击 in 图标意味着它会显示/隐藏页面。就像我需要的那样。

最佳答案

$.mobile.changePage()

从一个页面切换到另一个页面

$.mobile.loadPage()

加载外部页面,增强其内容,并将其插入到 DOM 中。

http://jquerymobile.com/test/docs/api/methods.html

关于javascript - 在 Jquery Mobile 中如何显示/隐藏 HTML 页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13795311/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com