This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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 <ahref="page-transitions.html">transitions</a>. The navigation system automatically transforms all <ahref="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 <ahref="page-anatomy.html">pages</a>, <ahref="page-dialogs.html">dialogs</a>, and <ahref="popup/index.html">popups</a> all seamlessly work with the navigation system. There are tools to <ahref="page-cache.html">prefetch & cache</a>, <ahref="page-dynamic.html">dynamically inject</a>, and <ahref="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>
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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>
<p>Toolbars page elements are used for <ahref="docs-headers.html">headers</a> and <ahref="docs-footers.html">footer</a> throughout many mobile sites and applications. These scroll with the page by default, but can have <ahref="bars-fixed.html">fixed positioning</a> and be <ahref="footer-persist-a.html">persistent</a> across pages.</p>
<p>jQuery Mobile also provides a <ahref="docs-navbar.html">navbar</a> component that can be used within any toolbar or the page content.</p>