JQuery Mobile headers and footer solutions that disappear when clicking on the screen _jquery

Source: Internet
Author: User

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!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.