mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
This makes our include model match the include model on the CDN, and allows devs to make use of mobileinit for debugging some of the samples since that must be set up after jquery.js, but before jquery-mobile.
33 lines
No EOL
981 B
HTML
Executable file
33 lines
No EOL
981 B
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>jQuery UI Mobile Framework - Documentation</title>
|
|
<link rel="stylesheet" media="only all" href="../themes/default/" />
|
|
<script type="text/javascript" src="../js/jquery.js"></script>
|
|
<script type="text/javascript" src="../js/"></script>
|
|
</head>
|
|
<body>
|
|
<div data-role="page" data-theme="b">
|
|
|
|
<div data-role="header" data-position="inline">
|
|
<h1>jQuery Mobile Docs</h1>
|
|
</div>
|
|
|
|
<div data-role="content">
|
|
|
|
<ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
|
|
<li data-role="list-divider">Components</li>
|
|
<li><a href="pages/index.html">Pages & dialogs</a></li>
|
|
<li><a href="toolbars/index.html">Toolbars</a></li>
|
|
<li><a href="buttons/index.html">Buttons</a></li>
|
|
<li><a href="content/index.html">Content formatting</a></li>
|
|
<li><a href="forms/index.html">Form elements</a></li>
|
|
<li><a href="lists/index.html">List views</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html> |