gpt4 book ai didi

html - data-add-back-button 不显示后退按钮

转载 作者:太空狗 更新时间:2023-10-29 13:19:01 25 4
gpt4 key购买 nike

我有一个简单的 jQuery 移动网站,其中包含三个页面。在我添加的每个页面的 div 中

data-add-back-btn="true"

仍然没有页面(甚至子页面也没有)出现后退按钮。这有什么技巧吗?

最佳答案

从 jQuery Mobile 1.4 开始,data-add-back-btn="true" 应该添加到标题 div 而不是页面 div。

<div data-role="page">
<div data-role="header" data-add-back-btn="true">
<h1>Header</h1>
</div>
</div>

关于html - data-add-back-button 不显示后退按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20064843/

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