Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 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>