2010-10-08 22:20:20 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>jQuery UI Mobile Framework - Documentation</title>
|
2010-10-13 21:57:49 +00:00
|
|
|
<link rel="stylesheet" href="themes/default" />
|
2010-10-08 22:20:20 +00:00
|
|
|
<script type="text/javascript" src="js/all"></script>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2010-10-12 22:25:41 +00:00
|
|
|
<div data-role="page" data-theme="b">
|
2010-10-08 22:20:20 +00:00
|
|
|
|
2010-10-14 03:24:35 +00:00
|
|
|
<div data-role="header" data-position="inline">
|
2010-10-12 22:25:41 +00:00
|
|
|
<h1>jQuery Mobile Docs</h1>
|
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-12 22:25:41 +00:00
|
|
|
<ul data-role="listview" data-inset="true">
|
2010-10-12 22:16:23 +00:00
|
|
|
<li data-role="list-divider">Demos & Documentation</li>
|
2010-10-10 14:41:34 +00:00
|
|
|
<li><a href="intro.html">Introduction to jQuery Mobile</a></li>
|
|
|
|
|
<li><a href="themes.html">Theme system</a></li>
|
2010-10-11 21:36:22 +00:00
|
|
|
<li><a href="pages/index.html">Pages & dialogs</a></li>
|
|
|
|
|
<li><a href="toolbars/index.html">Header, footer & nav bars</a></li>
|
2010-10-11 16:58:58 +00:00
|
|
|
<li><a href="content/index.html">Content formatting</a></li>
|
|
|
|
|
<li><a href="buttons/index.html">Buttons</a></li>
|
|
|
|
|
<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
|
|
|
<li><a href="events.html">Events</a></li>
|
|
|
|
|
</ul>
|
2010-10-12 22:25:41 +00:00
|
|
|
|
2010-10-08 22:20:20 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|