jquery-mobile/docs/pages/index.html
2010-10-12 13:25:29 -04:00

41 lines
No EOL
1.4 KiB
HTML
Executable file

<!DOCTYPE html>
<html>
<head>
<title>jQuery Mobile Docs - Pages</title>
<link rel="stylesheet" media="only all" href="../../css/all" />
<script type="text/javascript" src="../../js/all"></script>
</head>
<body>
<div data-role="page">
<div data-role="header">
<h1>Pages</h1>
</div><!-- /header -->
<div data-role="content" class="ui-body">
<p>jQuery Mobile includes automatic AJAX page loading of external pages with back button history support, set of animated page transitions and simple tools for displaying pages as dialogs.</p>
</div><!-- /ui-body wrapper -->
<ul data-role="listview" data-inset="true" data-dividertheme="b">
<li data-role="list-divider">Documentation</li>
<li><a href="docs-pages.html">Anatomy of a page</a></li>
<li><a href="docs-links.html">Links &amp; transitions</a></li>
<li><a href="docs-dialogs.html">Dialogs</a></li>
<li><a href="docs-navmodel.html">Ajax, hashes &amp; history</a></li>
<li><a href="api-pages.html">API documentation</a></li>
<li><a href="pages-themes.html">Theming pages</a></li>
</ul>
<ul data-role="listview" data-inset="true">
<li data-role="list-divider">Button examples</li>
<li><a href="buttons-types.html">Button markup</a></li>
<li><a href="buttons-icons.html">Button icons</a></li>
<li><a href="buttons-inline.html">Inline buttons</a></li>
<li><a href="buttons-grouped.html">Grouped buttons</a></li>
</ul>
</div><!-- /page -->
</body>
</html>