Jquery mobile Jquerymobile页脚隐藏并使用按钮再次显示

Jquery mobile Jquerymobile页脚隐藏并使用按钮再次显示,jquery-mobile,jquery-mobile-button,Jquery Mobile,Jquery Mobile Button,我想在jquerymobile上为固定页脚添加显示和隐藏按钮。 我试图添加一个关闭按钮,但没有添加 <div data-role="footer" data-position="fixed"></div> 谢谢…我找到了解决办法。我做了一个可折叠的积木。像这样: <div data-role="main" class="ui-content"> <div data-role="collapsible"> <h1>Click

我想在jquerymobile上为固定页脚添加显示和隐藏按钮。 我试图添加一个关闭按钮,但没有添加

<div data-role="footer" data-position="fixed"></div>


谢谢…

我找到了解决办法。我做了一个可折叠的积木。像这样:

  <div data-role="main" class="ui-content">
<div data-role="collapsible">
  <h1>Click me - I'm collapsible!</h1>
  <p>I'm the expanded content.</p>
</div>

点击我-我是可折叠的!
我是扩展内容