gpt4 book ai didi

javascript - jQuery Mobile 页面覆盖桌面 HTML div 布局

转载 作者:行者123 更新时间:2023-12-02 17:20:24 24 4
gpt4 key购买 nike

我想在我的桌面页面上使用 jQuery mobile。我可能错误地想到了这一点,但我尝试简单地将页面元素插入到现有的标准 div 中,如下所示:

<body>
<div id="left_sidebar"> [...] </div>

<div id="mylist" data-role="page">
<div data-role="listview"> [list items bla bla] </div>
</div>

<div id="right_sidebar"> [...] </div>
<div id="site_footer"> (c) bla blub </div>
</body>

...希望只有中间部分显示“移动”页面元素。

但是,该页面 div 似乎覆盖了整个网站,使所有其他 div 不可见,并将整个主体变成移动页面(尽管在整个屏幕上很好地显示了我的 ListView 项目)。

知道该怎么做吗?

非常感谢您的建议。

最佳答案

您永远不应该包含 jQuery Mobile,希望它只会为您的页面的一部分设置样式。 jQuery Mobile 极具侵入性,它会占据您的整个页面..

您的问题有 2 种可能的解决方案。强制 jQuery Mobile 跳过您的某些内容, here 您可以找到可用的解决方案。

另一方面,如果您只需要一些 jQuery Mobile 功能,您应该只使用需要的东西来重建框架,您可以这样做 here

关于javascript - jQuery Mobile 页面覆盖桌面 HTML div 布局,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24011453/

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