jquery-mobile/docs/api/index.html

38 lines
1.1 KiB
HTML
Raw Permalink Normal View History

2010-11-11 18:32:46 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
2010-11-11 18:32:46 +00:00
<title>jQuery UI Mobile Framework - API</title>
2011-09-09 01:35:28 +00:00
<link rel="stylesheet" href="../../themes/default/" />
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
2011-04-14 20:04:47 +00:00
<script src="../../js/jquery.js"></script>
2011-06-20 19:41:40 +00:00
<script src="../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
<script src="../_assets/js/jqm-docs.js"></script>
2011-04-14 20:04:47 +00:00
<script src="../../js/"></script>
2010-11-11 18:32:46 +00:00
</head>
<body>
2011-06-20 19:57:04 +00:00
<div data-role="page" class="type-index">
2010-11-11 18:32:46 +00:00
<div data-role="header" data-theme="f">
2010-11-11 18:32:46 +00:00
<h1>API</h1>
2011-02-03 23:34:35 +00:00
<a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
2010-11-11 18:32:46 +00:00
</div>
<div data-role="content">
<ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="f">
2010-11-11 19:34:12 +00:00
<li data-role="list-divider">API</li>
<li><a href="globalconfig.html">Configuring defaults</a></li>
2010-11-12 00:09:11 +00:00
<li><a href="events.html">Events</a></li>
<li><a href="methods.html">Methods &amp; Utilities</a></li>
2010-11-11 19:34:12 +00:00
<li><a href="themes.html">Theme framework</a></li>
2010-11-11 18:32:46 +00:00
</ul>
</div>
</div>
</body>
2011-09-09 01:35:28 +00:00
</html>