2010-10-11 21:35:29 +00:00
<!DOCTYPE html>
< html >
2010-11-02 01:46:29 +00:00
< head >
2011-02-18 20:00:18 +00:00
< meta charset = "utf-8" >
2011-05-17 21:28:19 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2010-10-11 21:35:29 +00:00
< title > jQuery Mobile Docs - Pages< / title >
2011-01-06 00:19:24 +00:00
< link rel = "stylesheet" href = "../../themes/default/" / >
2010-11-11 19:15:42 +00:00
< link rel = "stylesheet" href = "../_assets/css/jqm-docs.css" / >
2011-04-14 20:04:47 +00:00
< script src = "../../js/jquery.js" > < / script >
< script src = "../../js/" > < / script >
2010-10-11 21:35:29 +00:00
< / head >
< body >
2011-02-03 22:29:48 +00:00
< div data-role = "page" >
2010-10-11 21:35:29 +00:00
2010-10-15 20:15:58 +00:00
< div data-role = "header" data-theme = "b" >
2010-10-11 21:35:29 +00:00
< h1 > Pages< / h1 >
2011-02-03 23:34:35 +00:00
< a href = "../../" data-icon = "home" data-iconpos = "notext" data-direction = "reverse" class = "ui-btn-right jqm-home" > Home< / a >
2010-10-11 21:35:29 +00:00
< / div > <!-- /header -->
2010-10-12 19:50:28 +00:00
< div data-role = "content" >
2010-10-13 21:43:20 +00:00
< p > jQuery Mobile includes automatic AJAX page loading of external pages with back button history support, a set of animated page transitions and simple tools for displaying pages as dialogs.< / p >
2010-10-12 19:50:28 +00:00
2010-10-11 21:35:29 +00:00
2010-10-12 22:35:00 +00:00
< ul data-role = "listview" data-inset = "true" >
2010-10-11 21:35:29 +00:00
< li > < a href = "docs-pages.html" > Anatomy of a page< / a > < / li >
2010-10-14 04:12:17 +00:00
< li > < a href = "docs-transitions.html" > Page transitions< / a > < / li >
2010-10-11 21:35:29 +00:00
< li > < a href = "docs-dialogs.html" > Dialogs< / a > < / li >
2010-10-15 20:47:13 +00:00
< li > < a href = "docs-navmodel.html" > Navigation: Ajax, hashes & history< / a > < / li >
2010-11-09 15:46:13 +00:00
< li > < a href = "link-formats.html" > Link format examples< / a > < / li >
2010-10-11 21:49:12 +00:00
< li > < a href = "pages-themes.html" > Theming pages< / a > < / li >
2010-10-16 02:48:09 +00:00
<!-- <li><a href="api - pages.html">API documentation</a></li> -->
2010-10-11 21:35:29 +00:00
< / ul >
2010-10-12 22:35:00 +00:00
2010-10-12 19:50:28 +00:00
< / div > <!-- /ui - body wrapper -->
2010-10-11 21:35:29 +00:00
< / div > <!-- /page -->
< / body >
2010-10-16 02:48:09 +00:00
< / html >