Tizen 2.0 Release
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / docs / pages / index.html
1 <!DOCTYPE html> 
2 <html>
3         <head>
4         <meta charset="utf-8">
5         <meta name="viewport" content="width=device-width, initial-scale=1"> 
6         <title>jQuery Mobile Docs - Pages</title> 
7         <link rel="stylesheet"  href="../../css/themes/default/jquery.mobile.css" />  
8         <link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
9
10         <script src="../../js/jquery.js"></script>
11         <script src="../../docs/_assets/js/jqm-docs.js"></script>
12         <script src="../../js/"></script>
13
14 </head> 
15 <body> 
16
17         <div data-role="page" class="type-interior">
18
19                 <div data-role="header" data-theme="f">
20                 <h1>Navigation System</h1>
21                 <a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse">Home</a>
22                 <a href="../nav.html" data-icon="search" data-iconpos="notext" data-rel="dialog" data-transition="fade">Search</a>
23         </div><!-- /header -->
24
25         <div data-role="content">
26                 <div class="content-primary">
27                         <h2>Navigation: Pages &amp; dialogs</h2>
28                         <p>jQuery Mobile includes a <a href="page-navmodel.html">navigation system</a> 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>
29                         <p>The back button is fully supported so <a href="page-anatomy.html">pages</a>, <a href="dialog/index.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>
30       </div>
31                 <!--/content-primary -->
32
33                                 <div class="content-secondary">
34
35                                         <div data-role="collapsible" data-collapsed="true" data-theme="b" data-content-theme="d">
36
37                                                         <h3>In this section</h3>
38
39                                                         <ul data-role="listview" data-theme="c" data-dividertheme="d">
40
41                                                                 <li data-role="list-divider">Pages &amp; Dialogs</li>
42                                                                 <li><a href="page-anatomy.html">Anatomy of a page</a></li>
43                                                                 <li><a href="page-template.html" data-ajax="false">Single page template</a></li>
44                                                                 <li><a href="multipage-template.html" data-ajax="false">Multi-page template</a></li>
45                                                                 <li><a href="page-titles.html">Page titles</a></li>
46                                                                 <li><a href="page-links.html">Linking pages</a></li>
47                                                                 <li><a href="page-transitions.html">Page transitions</a></li>
48                                                                 <li><a href="loader.html">Page loading widget</a></li>
49                                                                 <li><a href="dialog/index.html">Dialogs</a></li>
50                                                                 <li><a href="popup/index.html">Popups</a></li>
51                                                                 <li><a href="page-cache.html">Prefetching &amp; caching pages</a></li>
52                                                                 <li><a href="page-navmodel.html">Ajax, hashes &amp; history</a></li>
53                                                                 <li><a href="page-dynamic.html">Dynamically injecting pages</a></li>
54                                                                 <li><a href="page-scripting.html">Scripting pages</a></li>
55                                                                 <li><a href="phonegap.html">PhoneGap apps</a></li>
56                                                                 <li><a href="touchoverflow.html">touchOverflow feature</a></li>
57                                                                 <li><a href="pages-themes.html">Theming pages</a></li>
58                                                         </ul>
59                                         </div>
60                                 </div>
61
62                         </div><!-- /content -->
63
64                         <div data-role="footer" class="footer-docs" data-theme="c">
65                                         <p class="jqm-version"></p>
66                                 <p>&copy; 2012 jQuery Foundation and other contributors</p>
67                         </div>
68
69                         </div><!-- /page -->
70
71 </body>
72 </html>