Introduction to JQuery Mobile
JQuery Mobile is the framework for creating mobile Web applications.
JQuery Mobile is available for all popular smartphones and tablets.
JQuery Mobile uses HTML5 and CSS3 to lay out the pages with as few scripts as possible.
Add data-position= "fixed" and data-tap-toggle= "false" to header and footer, and the code is as follows:
<div data-role= "Footer" data-position= "fixed" data-tap-toggle= "false" >
<div data-role= "NavBar" >
<ul>
<li><a onclick= "app.show (' Pgjgbfmain ', ' pgjgbfxq ')" > Store details </a></li>
<li><a onclick= "app.show (' pgtgbf ', ' pgjgbfxq ')" > Memo register </a></li>
<li><a onclick= "App.show (' pgtgbf ', ' pgjgbfxq ')" > Return </a></li>
<li><a onclick= "App.show (' PGTGBF ', ' pgjgbfxq ') ' > Replacement </a></li>
</ul>
</div>
</div>
Ps:jquery Mobile Cancel header and footer click Hide
Header and footer up and down two floating bar, preset to True, click the page will disappear again click will show
To cancel this feature
Method One: Add on HTML tags
<div data-role= "header" data-position= "fixed" data-tap-toggle= "false" >
---content
</div>
Method Two: Join in Jqeury
$ ("Div[data-role=header],div[data-role=footer]"). Fixedtoolbar ({
taptoggle:false
});
The above is a small set to introduce the jquery Mobile header and footer in the click of the screen to disappear when the solution, I hope to help you, if you have any questions please give me a message, small series will promptly reply to everyone. Here also thank you very much for the cloud Habitat Community website support!