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-12-01 21:02:28 +00:00
|
|
|
<link rel="stylesheet" href="../css/themes/default/jquery.mobile.theme.css" />
|
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>
|
2011-12-24 08:48:08 +00:00
|
|
|
<script data-main="../js/jquery.mobile.docs" src="../external/requirejs/require.js"></script>
|
2011-11-17 07:00:59 +00:00
|
|
|
<!-- Need to get a proper redirect hooked up. Blech. -->
|
|
|
|
|
<meta http-equiv="refresh" content="0;url=../index.html">
|
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>
|
|
|
|
|
|
2011-12-01 21:02:28 +00:00
|
|
|
<div data-role="content">
|
2010-10-12 22:16:23 +00:00
|
|
|
|
2011-11-17 07:00:59 +00:00
|
|
|
<p>Nothing to see here folks.</p>
|
|
|
|
|
<a href="../index.html" data-role="button">View the documentation home page</a>
|
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>
|