2010-10-08 22:20:20 +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-08 22:20:20 +00:00
|
|
|
<title>jQuery UI Mobile Framework - Documentation</title>
|
2011-09-09 01:35:28 +00:00
|
|
|
<link rel="stylesheet" href="../themes/default/" />
|
2011-07-28 16:23:43 +00:00
|
|
|
<link rel="stylesheet" href="_assets/css/jqm-docs.css"/>
|
|
|
|
|
<script src="../js/jquery.js"></script>
|
|
|
|
|
<script src="../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
|
|
|
|
|
<script src="_assets/js/jqm-docs.js"></script>
|
|
|
|
|
<script src="../js/"></script>
|
2010-10-08 22:20:20 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2011-06-20 19:57:04 +00:00
|
|
|
<div data-role="page" class="type-index">
|
2010-10-08 22:20:20 +00:00
|
|
|
|
2011-07-28 16:23:43 +00:00
|
|
|
<div data-role="header" data-theme="f">
|
2010-10-12 22:25:41 +00:00
|
|
|
<h1>jQuery Mobile Docs</h1>
|
2011-02-03 22:29:48 +00:00
|
|
|
<a href="../index.html" data-icon="home" data-iconpos="notext" class="ui-btn-right">Home</a>
|
2010-10-08 22:20:20 +00:00
|
|
|
</div>
|
|
|
|
|
|
2010-10-12 17:39:57 +00:00
|
|
|
<div data-role="content">
|
2010-10-12 22:16:23 +00:00
|
|
|
|
2010-10-20 19:06:20 +00:00
|
|
|
<ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
|
|
|
|
|
<li data-role="list-divider">Components</li>
|
2010-10-11 21:36:22 +00:00
|
|
|
<li><a href="pages/index.html">Pages & dialogs</a></li>
|
2010-10-20 19:06:20 +00:00
|
|
|
<li><a href="toolbars/index.html">Toolbars</a></li>
|
2010-10-11 16:58:58 +00:00
|
|
|
<li><a href="buttons/index.html">Buttons</a></li>
|
2010-10-20 19:06:20 +00:00
|
|
|
<li><a href="content/index.html">Content formatting</a></li>
|
2010-10-11 16:58:58 +00:00
|
|
|
<li><a href="forms/index.html">Form elements</a></li>
|
2010-10-10 14:41:34 +00:00
|
|
|
<li><a href="lists/index.html">List views</a></li>
|
2010-10-08 22:20:20 +00:00
|
|
|
</ul>
|
2010-10-12 22:25:41 +00:00
|
|
|
|
2010-10-08 22:20:20 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
2011-09-09 01:35:28 +00:00
|
|
|
</html>
|