@@ -14,20 +14,31 @@
</head>
<body>

<div data-role="page" class="type-index">
<div data-role="page" class="type-interior">

<div data-role="header" data-theme="f">
<h1>Pages</h1>
<h1>Navigation System</h1>
<a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse">Home</a>
<a href="../nav.html" data-icon="search" data-iconpos="notext" data-rel="dialog" data-transition="fade">Search</a>
</div><!-- /header -->

<div data-role="content">
<div class="content-primary">
<h2>Navigation: Pages &amp; dialogs</h2>
<p>jQuery Mobile includes a navigation system to load linked pages into the DOM via AJAX, enhance the new content, then display pages with a rich set of animated page <a href="page-transitions.html">transitions</a>. The navigation system automatically transforms all <a href="page-links.html">links</a> and forms by using progressive enhancement to hijack links and issue AJAX requests. </p>
<p>The back button is fully supported so <a href="page-anatomy.html">pages</a>, <a href="page-dialogs.html">dialogs</a>, and <a href="popup/index.html">popups</a> all seamlessly work with the navigation system. There are tools to <a href="page-cache.html">prefetch &amp; cache</a>, <a href="page-dynamic.html">dynamically inject</a>, and <a href="page-scripting.html">script</a> pages for advanced use cases.</p>
</div>
<!--/content-primary -->

<p>jQuery Mobile includes automatic AJAX page loading of external pages with back button history support, a set of animated page transitions and simple tools for displaying pages as dialogs.</p>
<div class="content-secondary">


<ul data-role="listview" data-inset="true">
<div data-role="collapsible" data-collapsed="false" data-theme="b" data-content-theme="d">

<h3>In this section</h3>

<ul data-role="listview" data-theme="c" data-dividertheme="d">

<li data-role="list-divider">Pages &amp; Dialogs</li>
<li><a href="page-anatomy.html">Anatomy of a page</a></li>
<li><a href="page-template.html" data-ajax="false">Single page template</a></li>
<li><a href="multipage-template.html" data-ajax="false">Multi-page template</a></li>
@@ -44,11 +55,17 @@ <h1>Pages</h1>
<li><a href="phonegap.html">PhoneGap apps</a></li>
<li><a href="touchoverflow.html">touchOverflow feature</a></li>
<li><a href="pages-themes.html">Theming pages</a></li>
</ul>
</ul>
</div>
</div>

</div><!-- /content -->

<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2012 jQuery Foundation and other contributors</p>
</div>

</div><!-- /ui-body wrapper -->
</div><!-- /page -->
</div><!-- /page -->

</body>
</html>
@@ -14,7 +14,7 @@
</head>
<body>

<div data-role="page" class="type-index">
<div data-role="page" class="type-interior">

<div data-role="header" data-theme="f">
<h1>Toolbars</h1>
@@ -23,23 +23,39 @@ <h1>Toolbars</h1>
</div><!-- /header -->

<div data-role="content">

<p>Toolbars are used for headers, footers, and utility bars throughout mobile sites and applications. 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="footer-persist-a.html">Persistent toolbars</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 -->
<div class="content-primary">
<h2>Toolbars: Headers &amp; Footers</h2>
<p>Toolbars page elements are used for <a href="docs-headers.html">headers</a> and <a href="docs-footers.html">footer</a> throughout many mobile sites and applications. These scroll with the page by default, but can have <a href="bars-fixed.html">fixed positioning</a> and be <a href="footer-persist-a.html">persistent</a> across pages.</p>
<p>jQuery Mobile also provides a <a href="docs-navbar.html">navbar</a> component that can be used within any toolbar or the page content.</p>
</div>
<!--/content-primary -->

<div class="content-secondary">

<div data-role="collapsible" data-collapsed="false" data-theme="b" data-content-theme="d">

<h3>In this section</h3>

<ul data-role="listview" data-theme="c" data-dividertheme="d">
<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="footer-persist-a.html">Persistent toolbars</a></li>
<li><a href="bars-themes.html">Theming toolbars</a></li>
<!--<li><a href="api-bars.html">API documentation</a></li>-->
</ul>
</div>
</div>

</div><!-- /content -->

<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2012 jQuery Foundation and other contributors</p>
</div>

</div><!-- /page -->

</body>
</html>