upload tizen1.0 source
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.0.1pre / docs / config / loadingMessage.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>
11         $(document).bind("mobileinit", function(){
12           $.mobile.loadingMessage = false;
13         });
14         </script>
15         
16         <script src="../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
17         <script src="../_assets/js/jqm-docs.js"></script>
18         <script src="../../js/"></script>
19 </head> 
20 <body> 
21
22         <div data-role="page" class="type-index">
23
24                 <div data-role="header" data-theme="f">
25                 <h1>Config applied</h1>
26                 <a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
27         </div><!-- /header -->
28
29         <div data-role="content">
30                 
31                 <h2>loadingMessage is now disabled</h2>
32                 <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>
33                 <a href="../../index.html" data-role="button" data-icon="arrow-r" data-iconpos="right">Browse docs</a>
34
35
36                 </div><!-- /ui-body wrapper --> 
37 </div><!-- /page -->
38
39 </body>
40 </html>