jquery mobile - Jquerymobile Footer hiding and showing again with button -


i want add show , hide button fixed footer on jquerymobile. tried add close button did not do.

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

thanks...

i found solution. made collapsible block. this:

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


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -