2010-09-15 02:50:29 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2011-02-18 20:00:18 +00:00
|
|
|
<meta charset="utf-8">
|
2011-05-17 21:28:19 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2010-10-16 02:20:32 +00:00
|
|
|
<title>jQuery Mobile: Demos and Documentation</title>
|
2011-01-05 23:29:17 +00:00
|
|
|
<link rel="stylesheet" href="themes/default/" />
|
2010-10-15 01:56:51 +00:00
|
|
|
<link rel="stylesheet" href="docs/_assets/css/jqm-docs.css" />
|
2011-04-14 20:04:47 +00:00
|
|
|
<script src="js/jquery.js"></script>
|
|
|
|
|
<script src="js/"></script>
|
|
|
|
|
<script src="experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
|
|
|
|
|
<script src="docs/_assets/js/jqm-docs.js"></script>
|
2010-09-10 22:23:13 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2010-10-15 01:56:51 +00:00
|
|
|
<div data-role="page" data-theme="b" id="jqm-home">
|
|
|
|
|
<div id="jqm-homeheader">
|
2010-10-15 02:07:38 +00:00
|
|
|
<h1 id="jqm-logo"><img src="docs/_assets/images/jquery-logo.png" alt="jQuery Mobile Framework" width="235" height="61" /></h1>
|
2010-10-15 01:56:51 +00:00
|
|
|
<p>A Touch-Optimized Web Framework for Smartphones & Tablets</p>
|
|
|
|
|
<p id="jqm-version">Alpha Release</p>
|
|
|
|
|
</div>
|
2010-10-12 22:25:41 +00:00
|
|
|
|
2010-10-15 01:56:51 +00:00
|
|
|
<div data-role="content">
|
|
|
|
|
|
|
|
|
|
<ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
|
|
|
|
|
<li data-role="list-divider">Overview</li>
|
2010-10-15 15:04:44 +00:00
|
|
|
<li><a href="docs/about/intro.html">Intro to jQuery Mobile</a></li>
|
2010-10-15 01:56:51 +00:00
|
|
|
<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>
|
2010-11-11 18:32:46 +00:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
|
|
|
|
|
<li data-role="list-divider">API</li>
|
2010-11-11 19:34:12 +00:00
|
|
|
<li><a href="docs/api/globalconfig.html">Configuring defaults</a></li>
|
2010-11-12 00:09:11 +00:00
|
|
|
<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/mediahelpers.html">Responsive Layout</a></li>
|
2010-11-11 19:34:12 +00:00
|
|
|
<li><a href="docs/api/themes.html">Theme framework</a></li>
|
2010-10-15 01:56:51 +00:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
</ul>
|
|
|
|
|
|
2011-02-03 21:37:43 +00:00
|
|
|
|
2010-10-15 01:56:51 +00:00
|
|
|
|
2010-10-15 22:03:17 +00:00
|
|
|
|
2010-10-15 01:56:51 +00:00
|
|
|
</div>
|
2010-09-15 02:50:29 +00:00
|
|
|
</div>
|
2010-09-10 22:23:13 +00:00
|
|
|
</body>
|
2010-10-16 02:20:32 +00:00
|
|
|
</html>
|