2.0_beta sync to rsa
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / docs / about / features.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 - Features</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         <script src="../../js/"></script>
13
14 </head> 
15 <body> 
16
17 <div data-role="page" class="type-interior"> 
18
19         <div data-role="header" data-theme="f">
20                 <h1>Features</h1>       
21                 <a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse">Home</a>
22                 <a href="../nav.html" data-icon="search" data-iconpos="notext" data-rel="dialog" data-transition="fade">Search</a>
23         </div><!-- /header -->
24
25         <div data-role="content">
26                 
27                 <div class="content-primary">
28                         
29                                 <h2>Key features:</h2>
30                                 <ul>
31                                         <li><strong>Built on jQuery core</strong> for familiar and consistent jQuery syntax and minimal learning curve and leverages jQuery UI code and patterns.</li>
32                                         <li><strong>Compatible with all major mobile, tablet, e-reader & desktop platforms</strong> - iOS, Android, Blackberry, Palm WebOS, Nokia/Symbian, Windows Phone 7, MeeGo, Opera Mobile/Mini, Firefox Mobile, Kindle, Nook, and all modern browsers with graded levels of support.</li>
33                                         <li><strong>Lightweight size</strong> and minimal image dependencies for speed.</li>
34                                         <li><strong>Modular architecture</strong> for creating custom builds that are optimized to only include the features needed for a particular application</li>
35                                         <li><strong>HTML5 Markup-driven configuration</strong> of pages and behavior for fast development and minimal required scripting.</li>
36                                         <li><strong>Progressive enhancement</strong> approach brings core content and functionality to all mobile, tablet and desktop platforms and a rich, installed application-like experience on newer mobile platforms.</li>
37                                         <li><strong>Responsive design</strong> techniques and tools allow the same underlying codebase to automatically scale from smartphone to desktop-sized screens</li>
38                                         <li><strong>Powerful Ajax-powered navigation system</strong> to enable animated page transitions while maintaining back button, bookmarking and and clean URLs though pushState. </li>
39                                         <li><strong>Accessibility</strong> features such as WAI-ARIA are also included to ensure that the pages work for screen readers (e.g. VoiceOver in iOS) and other assistive technologies.</li>
40                                         <li><strong>Touch and mouse event support</strong> streamline the process of supporting touch, mouse, and cursor focus-based user input methods with a simple API. </li>
41                                         <li><strong>Unified UI widgets</strong> for common controls enhance native controls with touch-optimized, themable controls that are platform-agnostic and easy to use.</li>
42                                         <li><strong>Powerful theming framework</strong> and the <a href="http://www.jquerymobile.com/themeroller" rel="external">ThemeRoller</a> application make highly-branded experiences easy to build.</li>
43
44                                 </ul>
45
46                 </div>
47                 
48                 <div class="content-secondary">
49
50                         <div data-role="collapsible" data-collapsed="true" data-theme="b" data-content-theme="d">
51
52                                         <h3>More in this section</h3>
53
54                                         <ul data-role="listview" data-theme="c" data-dividertheme="d">
55                                                 <li data-role="list-divider">Overview</li>
56                                                 <li><a href="../../docs/about/intro.html">Intro to jQuery Mobile</a></li>
57                                                 <li><a href="../../docs/about/getting-started.html">Quick start guide</a></li>  
58                                                 <li data-theme="a"><a href="../../docs/about/features.html">Features</a></li>
59                                                 <li><a href="../../docs/about/accessibility.html">Accessibility</a></li>
60                                                 <li><a href="../../docs/about/platforms.html">Supported platforms</a></li>
61
62                                         </ul>
63                         </div>
64                 </div>          
65
66         </div><!-- /content -->
67
68         <div data-role="footer" class="footer-docs" data-theme="c">
69                         <p>&copy; 2011-12 The jQuery Foundation</p>
70         </div>                          
71
72
73         
74 </div><!-- /page -->
75
76 </body>
77 </html>