mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-19 15:30:24 +00:00
33 lines
No EOL
1 KiB
HTML
Executable file
33 lines
No EOL
1 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>jQuery Mobile Docs - Pages</title>
|
|
<link rel="stylesheet" href="../../themes/default" />
|
|
<script type="text/javascript" src="../../js/all"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div data-role="page" data-theme="b">
|
|
|
|
<div data-role="header" data-theme="b">
|
|
<h1>Pages</h1>
|
|
</div><!-- /header -->
|
|
|
|
<div data-role="content">
|
|
<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>
|
|
|
|
|
|
<ul data-role="listview" data-inset="true">
|
|
<li><a href="docs-pages.html">Anatomy of a page</a></li>
|
|
<li><a href="docs-transitions.html">Page transitions</a></li>
|
|
<li><a href="docs-dialogs.html">Dialogs</a></li>
|
|
<li><a href="docs-navmodel.html">Navigation: Ajax, hashes & history</a></li>
|
|
<li><a href="pages-themes.html">Theming pages</a></li>
|
|
<li><a href="api-pages.html">API documentation</a></li>
|
|
</ul>
|
|
|
|
</div><!-- /ui-body wrapper -->
|
|
</div><!-- /page -->
|
|
|
|
</body>
|
|
</html> |