0ebbebb49dffb4cb693724e46ed5995125127a8d
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.0.1pre / 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/" />  
8         <link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
9         <script src="../../js/jquery.js"></script>
10         <script src="../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
11         <script src="../_assets/js/jqm-docs.js"></script>
12         <script src="../../js/"></script>
13 </head> 
14 <body> 
15
16         <div data-role="page" class="type-index">
17
18                 <div data-role="header" data-theme="f">
19                 <h1>Pages</h1>
20                 <a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
21         </div><!-- /header -->
22
23         <div data-role="content">
24
25                                 <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>
26
27                         
28                 <ul data-role="listview" data-inset="true">
29                                                                 <li><a href="page-anatomy.html">Anatomy of a page</a></li>
30                                                                 <li><a href="page-template.html" data-ajax="false">Single page template</a></li>
31                                                                 <li><a href="multipage-template.html" data-ajax="false">Multi-page template</a></li>
32                                                                 <li><a href="page-titles.html">Page titles</a></li>
33                                                                 <li><a href="page-links.html">Linking pages</a></li>
34                                                                 <li><a href="page-transitions.html" data-ajax="false">Page transitions</a></li>
35                                                                 <li><a href="page-dialogs.html">Dialogs</a></li>
36                                                                 <li><a href="page-cache.html">Prefetching &amp; caching pages</a></li>
37                                                                 <li><a href="page-navmodel.html">Ajax, hashes &amp; history</a></li>
38                                                                 <li><a href="page-dynamic.html">Dynamically injecting pages</a></li>
39                                                                 <li><a href="page-scripting.html">Scripting pages</a></li>
40                                                                 <li><a href="phonegap.html">PhoneGap apps</a></li>
41                                                                 <li><a href="touchoverflow.html">touchOverflow feature</a></li>
42                                                                 <li><a href="pages-themes.html">Theming pages</a></li>
43                 </ul>
44
45
46                 </div><!-- /ui-body wrapper --> 
47 </div><!-- /page -->
48
49 </body>
50 </html>