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: