Jquerymobile menu examples and jquerymobile examples

Source: Internet
Author: User

Jquerymobile menu examples and jquerymobile examples

<! DOCTYPE html>
<Html>
<Head>
<Title> Three Kingdoms </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>
</Head>
<Body>
<Div data-role = "page" id = "homepage" data-position = "fixed">
<Div data-role = "header">
<H1> Three Kingdoms </Div>
<Div data-role = "content">
<H4> Three Kingdoms era </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 Guo </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 Guo </a> </ li>
</Ul>
</Nav>
</Div>
</Div>
<Div data-role = "page" id = "page_liu" data-position = "fixed">
<Div data-role = "header">
<H1> Shu Guo <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">
<H4> Liu Bei's world </Div>
</Div>
<Div data-role = "page" id = "page_wu" data-position = "fixed">
<Div data-role = "header">
<H1> Wu Guo <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">
<H4> Sun Quan's world </Div>
</Div>
<Div data-role = "page" id = "page_cao" data-position = "fixed">
<Div data-role = "header">
<H1> Wei Guo <A data-role = "button" data-icon = "back" data-theme = "a" href = "# homepage"> return </a>
</Div>
<Div data-role = "content">
Cao, Cao Ren, Cao Yu
</Div>
<Div data-role = "footer" data-position = "fixed">
<H4> the world of Cao </Div>
</Div>
</Body>
</Html>

Effect:

 


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.