mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-22 00:40:27 +00:00
41 lines
No EOL
1.4 KiB
HTML
Executable file
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 & transitions</a></li>
|
|
<li><a href="docs-dialogs.html">Dialogs</a></li>
|
|
<li><a href="docs-navmodel.html">Ajax, hashes & 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> |