Export 0.1.45
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / tools / index.html
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <title>jQuery Mobile Tools</title>
6 <link rel="stylesheet" href="../css/themes/default/jquery.mobile.css">
7 <script src="../js/jquery.js"></script>
8 <script src="../js/"></script>
9 </head>
10
11 <body>
12 <div data-role="page">
13         <div data-role="header"><h1>Tools</h1></div>
14     <div data-role="content">
15         <p>Tools written by the team to aid in debugging jQuery Mobile apps.</p>
16         <ul data-role="listview" data-inset="true">
17                 <li><a href="config-props.html" rel="external">
18                 <h3>Configuration Properties</h3>
19                 <p>A simple page for dumping the framework configuration property values and the calculated $.support values for a given browser/device.</p>
20             </a></li>
21                 <li><a href="log-page-events.html" rel="external">
22                 <h3>Page Event Logger Bookmarklet</h3>
23                 <p>A simple bookmarklet that dumps page event information to the browser console. Good for debugging page loading and lifecycle problems.</p>
24             </a></li>
25                 <li><a href="page-change-time.html" rel="external">
26                 <h3>Page Change Timing Bookmarklet</h3>
27                 <p>A simple bookmarklet that dumps timing information at specific points within the loading, processing, and activation of a page.</p>
28             </a></li>
29         </ul>
30     </div>
31 </div>
32 </body>
33 </html>