Jquerymobile Menu Cases

Source: Internet
Author: User

<! DOCTYPE html>
<title> three countries </title>
<meta name= "viewport" content= "width=device-width,initial-scale=1,user-scalable=0"/>
<script type= "Text/javascript" src= "http://code.jquery.com/jquery-1.5.min.js "></script>
<link rel= "stylesheet" href= "Http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.css"/>
<script type= "Text/javascript" src= "http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.js "></script>
<body>
<div data-role= "page" id= "homepage" data-position= "fixed" >
<div data-role= "Header" >
</div>
<div data-role= "Content" >
</div>
<div data-role= "Footer" data-position= "fixed" >
<nav data-role= "NavBar" >
<ul>
<li><a data-role= "button" data-icon= "Forward" data-theme= "a" href= "#page_liu" > Shu </a></li>
<li><a data-role= "button" data-icon= "Forward" data-theme= "a" href= "#page_wu" > Wu </a></li>
<li><a data-role= "button" data-icon= "Forward" data-theme= "a" href= "#page_cao" > Wei </a></li>
</ul>
</nav>
</div>
</div>
<div data-role= "page" id= "Page_liu" data-position= "fixed" >
<div data-role= "Header" >
<a data-role= "button" data-icon= "Back" data-theme= "a" href= "#homepage" > Return </a>
</div>
<div data-role= "Content" >
Liu Bei, Guan Yu, Zhang Fei
</div>
<div data-role= "Footer" data-position= "fixed" >
</div>
</div>
<div data-role= "page" id= "Page_wu" data-position= "fixed" >
<div data-role= "Header" >
<a data-role= "button" data-icon= "Back" data-theme= "a" href= "#homepage" > Return </a>
</div>
<div data-role= "Content" >
Sun Quan, Zhou Yu, Huang Gai
</div>
<div data-role= "Footer" data-position= "fixed" >
</div>
</div>
<div data-role= "page" id= "Page_cao" data-position= "fixed" >
<div data-role= "Header" >
<a data-role= "button" data-icon= "Back" data-theme= "a" href= "#homepage" > Return </a>
</div>
<div data-role= "Content" >
Caocao, Cao Ren, Cao Pi
</div>
<div data-role= "Footer" data-position= "fixed" >
</div>
</div>
</body>

Effect:


Jquerymobile Menu Cases

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.