Jquerymobile Footer hiding and showing again with button

47 Views Asked by At

I want to add show and hide button for fixed footer on jquerymobile. I tried to add an close button but i did not do.

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

Thanks...

1

There are 1 best solutions below

0
datahux On

I found the solution. I made a Collapsible Block. Like this:

  <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>