jquery-mobile/docs/pages/index.html

34 lines
1.1 KiB
HTML
Raw Normal View History

2010-10-11 21:35:29 +00:00
<!DOCTYPE html>
<html>
<head>
<title>jQuery Mobile Docs - Pages</title>
<link rel="stylesheet" href="../../themes/default" />
<script type="text/javascript" src="../../js/all"></script>
2010-10-11 21:35:29 +00:00
</head>
<body>
2010-10-12 22:35:00 +00:00
<div data-role="page" data-theme="b">
2010-10-11 21:35:29 +00:00
<div data-role="header">
<h1>Pages</h1>
</div><!-- /header -->
<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-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-links.html">Linking pages</a></li>
<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>
<li><a href="docs-navmodel.html">Ajax, hashes &amp; history</a></li>
2010-10-11 21:49:12 +00:00
<li><a href="pages-themes.html">Theming pages</a></li>
2010-10-13 22:41:43 +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
</div><!-- /ui-body wrapper -->
2010-10-11 21:35:29 +00:00
</div><!-- /page -->
</body>
</html>