bed44db7aac18407e34893f483b7908bfdd6c883
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.0.1pre / docs / about / intro.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 - Intro</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-interior">
17
18         <div data-role="header" data-theme="f">
19                 <h1>Introduction</h1>
20                 
21                 
22                 <a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
23         </div><!-- /header -->
24
25         <div data-role="content">
26                 
27                 <div class="content-primary">
28                 
29                 <h2>jQuery Mobile Overview</h2>
30
31                 <p>jQuery’s mobile strategy can be summarized simply: A unified user interface system that works seamlessly across all popular mobile device platforms, built on the rock-solid jQuery and jQuery UI foundation. Focused on a lightweight codebase built on progressive enhancement with a flexible, easily themeable design.</p>
32
33                 <p>The critical difference with our approach is the <a href="platforms.html">wide variety of mobile platforms we’re targeting</a> with jQuery Mobile. We’ve been working hard at bringing jQuery support to all mobile browsers that are sufficiently-capable and have at least a nominal amount of market share. In this way, we’re treating mobile web browsers exactly how we treat desktop web browsers.</p>
34                 
35                 <p>To make this broad support possible, all pages in jQuery Mobile are built on a foundation of <strong>clean, semantic HTML</strong> to ensure compatibility with pretty much any web-enabled device. In devices that interpret CSS and JavaScript, jQuery Mobile applies <strong>progressive enhancement techniques</strong> to unobtrusively transform the semantic page into a rich, interactive experience that leverages the power of jQuery and CSS. <strong>Accessibility features</strong> such as WAI-ARIA are tightly integrated throughout the framework to provide support for screen readers and other assistive technologies.</p>
36                         
37
38                 </div><!--/content-primary -->          
39                 
40                 <div class="content-secondary">
41                         
42                         <div data-role="collapsible" data-collapsed="true" data-theme="b" data-content-theme="d">
43                                 
44                                         <h3>More in this section</h3>
45                                         
46                                         <ul data-role="listview"  data-theme="c" data-dividertheme="d">
47                                                 <li data-role="list-divider">Overview</li>
48                                                 <li data-theme="a"><a href="../../docs/about/intro.html">Intro to jQuery Mobile</a></li>
49                                                 <li><a href="../../docs/about/getting-started.html">Quick start guide</a></li>  
50                                                 <li><a href="../../docs/about/features.html">Features</a></li>
51                                                 <li><a href="../../docs/about/accessibility.html">Accessibility</a></li>
52                                                 <li><a href="../../docs/about/platforms.html">Supported platforms</a></li>
53
54                                 
55                                         </ul>
56                         </div>
57                 </div>          
58
59         </div><!-- /content -->
60         
61         <div data-role="footer" class="footer-docs" data-theme="c">
62                         <p>&copy; 2011 The jQuery Project</p>
63         </div>  
64         
65         
66 </div><!-- /page -->
67
68 </body>
69 </html>