Tizen 2.1 base
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.0.1pre / docs / config / pageTransition.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 - Configuration</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="../_assets/js/jqm-docs.js"></script><!-- Moving the docs JS up here because it was overriding with my override -->
11         
12         <script>
13         $(document).bind("mobileinit", function(){
14           $.mobile.defaultPageTransition = 'fade';
15         });
16         </script>
17         
18         <script src="../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
19         <script src="../../js/"></script>
20 </head> 
21 <body> 
22
23         <div data-role="page" class="type-index">
24
25                 <div data-role="header" data-theme="f">
26                 <h1>Config applied</h1>
27                 <a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
28         </div><!-- /header -->
29
30         <div data-role="content">
31                 
32                 <h2>defaultPageTransition is now "fade"</h2>
33                 <p>To test, hit the button below and browse the docs. Note that if a link causes a refresh, this setting will be lost and the default settings will be seen.</p>
34                 <a href="../../index.html" data-role="button" data-icon="arrow-r" data-iconpos="right">Browse docs</a>
35
36                 </div><!-- /ui-body wrapper --> 
37 </div><!-- /page -->
38
39 </body>
40 </html>