mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +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.
40 lines
1.4 KiB
HTML
Executable file
40 lines
1.4 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>jQuery Mobile Docs - Toolbars</title>
|
|
<link rel="stylesheet" href="../../themes/default/" />
|
|
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
|
|
<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-theme="b">
|
|
<h1>Toolbars</h1>
|
|
</div><!-- /header -->
|
|
|
|
<div data-role="content">
|
|
|
|
<p>Toolbars are used for headers, footers and utility bars throughout a mobile sites and applications, so jQuery Mobile provides a standard set of bars and navigation tools to cover most standard scenarios.</p>
|
|
|
|
|
|
<ul data-role="listview" data-inset="true">
|
|
<li><a href="docs-bars.html">Toolbar basics</a></li>
|
|
<li><a href="docs-headers.html">Header bars</a></li>
|
|
<li><a href="docs-footers.html">Footer bars</a></li>
|
|
<li><a href="docs-navbar.html">Navbars</a></li>
|
|
<li><a href="bars-fixed.html">Fixed positioning</a></li>
|
|
<li><a href="bars-fullscreen.html">Fullscreen positioning</a></li>
|
|
<li><a href="footer-persist-a.html">Persistent footer nav bar</a></li>
|
|
<li><a href="bars-themes.html">Theming toolbars</a></li>
|
|
<!--<li><a href="api-bars.html">API documentation</a></li>-->
|
|
</ul>
|
|
|
|
</div><!-- /content -->
|
|
</div><!-- /page -->
|
|
|
|
</body>
|
|
</html>
|