Revert "Export"
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / docs / config / minScrollBack.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/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
13         <script>
14         $(document).bind("mobileinit", function(){
15           $.mobile.minScrollBack = 999;
16         });
17         </script>
18
19         <script src="../../js/"></script>
20
21 </head> 
22 <body> 
23
24         <div data-role="page">
25
26                 <div data-role="header" data-theme="f">
27                 <h1>Config applied</h1>
28                 <a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse">Home</a>
29                 <a href="../nav.html" data-icon="search" data-iconpos="notext" data-rel="dialog" data-transition="fade">Search</a>
30         </div><!-- /header -->
31
32         <div data-role="content">
33                 
34                 <h2>minScrollBack is now set to 999 (disabled)</h2>
35                 <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>
36                 <a href="../../index.html" data-role="button" data-icon="arrow-r" data-iconpos="right">Browse docs</a>
37
38
39                 </div><!-- /ui-body wrapper --> 
40 </div><!-- /page -->
41
42 </body>
43 </html>