upload tizen1.0 source
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.0.1pre / 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/" /> 
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>Features</h1>       
20                 <a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
21         </div><!-- /header -->
22
23         <div data-role="content">
24                 
25                 <div class="content-primary">
26                         
27                                 <h2>Key features:</h2>
28                                 <ul>
29                                         <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>
30                                         <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>
31                                         <li><strong>Lightweight size</strong> and minimal image dependencies for speed.</li>
32                                         <li><strong>Modular architecture</strong> for creating custom builds that are optimized to only the features needed for a particular application</li>
33                                         <li><strong>HTML5 Markup-driven configuration</strong> of pages and behavior for fast development and minimal required scripting.</li>
34                                         <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>
35                                         <li><strong>Responsive design</strong> techniques and tools allow the same underlying codebase to automatically scale from smartphone to desktop-sized screens</li>
36                                         <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>
37                                         <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>
38                                         <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>
39                                         <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>
40                                         <li><strong>Powerful theming framework</strong> and ThemeRoller application make highly-branded experiences easy to build.</li>
41
42                                 </ul>
43
44                 </div>
45                 
46                 <div class="content-secondary">
47
48                         <div data-role="collapsible" data-collapsed="true" data-theme="b" data-content-theme="d">
49
50                                         <h3>More in this section</h3>
51
52                                         <ul data-role="listview" data-theme="c" data-dividertheme="d">
53                                                 <li data-role="list-divider">Overview</li>
54                                                 <li><a href="../../docs/about/intro.html">Intro to jQuery Mobile</a></li>
55                                                 <li><a href="../../docs/about/getting-started.html">Quick start guide</a></li>  
56                                                 <li data-theme="a"><a href="../../docs/about/features.html">Features</a></li>
57                                                 <li><a href="../../docs/about/accessibility.html">Accessibility</a></li>
58                                                 <li><a href="../../docs/about/platforms.html">Supported platforms</a></li>
59
60                                         </ul>
61                         </div>
62                 </div>          
63
64         </div><!-- /content -->
65
66         <div data-role="footer" class="footer-docs" data-theme="c">
67                         <p>&copy; 2011 The jQuery Project</p>
68         </div>                          
69
70
71         
72 </div><!-- /page -->
73
74 </body>
75 </html>