jquery-mobile/docs/pages/index.html
Kin Blas 161f5e6ae3 Removed jquery.js from js/index.php and updated all html doc/experiments/test files that incuded "js/" so that they also include jquery.js manually.
This makes our include model match the include model on the CDN, and allows devs to make use of mobileinit for debugging some of the samples since that must be set up after jquery.js, but before jquery-mobile.
2011-01-20 11:26:12 -08:00

37 lines
1.3 KiB
HTML
Executable file

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>jQuery Mobile Docs - Pages</title>
<link rel="stylesheet" href="../../themes/default/" />
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
<script type="text/javascript" src="../../js/jquery.js"></script>
<script type="text/javascript" src="../../js/"></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 &amp; history</a></li>
<li><a href="link-formats.html">Link format examples</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>