mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-16 04:11:01 +00:00
Note: The CDN links will be broken until the release is tagged. That means the page template files will look broken until then.
77 lines
2.7 KiB
HTML
Executable file
77 lines
2.7 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>jQuery Mobile: Demos and Documentation</title>
|
|
<link rel="stylesheet" href="css/themes/default/" />
|
|
<link rel="stylesheet" href="docs/_assets/css/jqm-docs.css" />
|
|
<script src="js/jquery.js"></script>
|
|
<script src="experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
|
|
<script src="docs/_assets/js/jqm-docs.js"></script>
|
|
<script src="js/"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<div data-role="page" class="type-home">
|
|
<div data-role="content">
|
|
<p id="jqm-version">1.0.1 Final Release</p>
|
|
|
|
|
|
<div class="content-secondary">
|
|
|
|
<div id="jqm-homeheader">
|
|
<h1 id="jqm-logo"><img src="docs/_assets/images/jquery-logo.png" alt="jQuery Mobile Framework" /></h1>
|
|
<p>A Touch-Optimized Web Framework for Smartphones & Tablets</p>
|
|
</div>
|
|
|
|
|
|
<p class="intro"><strong>Welcome.</strong> Browse the jQuery Mobile components and learn how to make rich, accessible, touch-friendly websites and apps.</p>
|
|
|
|
<ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="f">
|
|
<li data-role="list-divider">Overview</li>
|
|
<li><a href="docs/about/intro.html">Intro to jQuery Mobile</a></li>
|
|
<li><a href="docs/about/getting-started.html">Quick start guide</a></li>
|
|
<li><a href="docs/about/features.html">Features</a></li>
|
|
<li><a href="docs/about/accessibility.html">Accessibility</a></li>
|
|
<li><a href="docs/about/platforms.html">Supported platforms</a></li>
|
|
</ul>
|
|
|
|
</div><!--/content-primary-->
|
|
|
|
<div class="content-primary">
|
|
<nav>
|
|
|
|
|
|
<ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
|
|
<li data-role="list-divider">Components</li>
|
|
<li><a href="docs/pages/index.html">Pages & dialogs</a></li>
|
|
<li><a href="docs/toolbars/index.html">Toolbars</a></li>
|
|
<li><a href="docs/buttons/index.html">Buttons</a></li>
|
|
<li><a href="docs/content/index.html">Content formatting</a></li>
|
|
<li><a href="docs/forms/index.html">Form elements</a></li>
|
|
<li><a href="docs/lists/index.html">List views</a></li>
|
|
|
|
<li data-role="list-divider">API</li>
|
|
<li><a href="docs/api/globalconfig.html">Configuring defaults</a></li>
|
|
<li><a href="docs/api/events.html">Events</a></li>
|
|
<li><a href="docs/api/methods.html">Methods & Utilities</a></li>
|
|
<li><a href="docs/api/data-attributes.html">Data attribute reference</a></li>
|
|
<li><a href="docs/api/themes.html">Theme framework</a></li>
|
|
|
|
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div data-role="footer" class="footer-docs" data-theme="c">
|
|
<p>© 2011 The jQuery Project</p>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|