2010-10-15 15:04:44 +00:00
<!DOCTYPE html>
< html >
2010-11-02 01:46:29 +00:00
< head >
2011-02-18 20:00:18 +00:00
< meta charset = "utf-8" >
2011-05-17 21:28:19 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2011-03-31 13:11:26 +00:00
< title > jQuery Mobile Docs - Features< / title >
2011-01-06 00:19:24 +00:00
< link rel = "stylesheet" href = "../../themes/default/" / >
2010-11-11 21:13:11 +00:00
< link rel = "stylesheet" href = "../_assets/css/jqm-docs.css" / >
2011-04-14 20:04:47 +00:00
< script src = "../../js/jquery.js" > < / script >
2011-06-20 19:41:40 +00:00
< script src = "../../experiments/themeswitcher/jquery.mobile.themeswitcher.js" > < / script >
< script src = "../_assets/js/jqm-docs.js" > < / script >
2011-04-14 20:04:47 +00:00
< script src = "../../js/" > < / script >
2010-10-15 15:04:44 +00:00
< / head >
< body >
2011-06-20 01:58:12 +00:00
< div data-role = "page" class = "type-interior" >
2010-10-15 15:04:44 +00:00
2011-06-20 19:17:05 +00:00
< div data-role = "header" data-theme = "f" >
2011-02-03 22:29:48 +00:00
< h1 > Features< / h1 >
2011-03-10 03:36:14 +00:00
< a href = "../../" data-icon = "home" data-iconpos = "notext" data-direction = "reverse" class = "ui-btn-right jqm-home" > Home< / a >
2010-10-15 15:04:44 +00:00
< / div > <!-- /header -->
2011-03-10 03:36:14 +00:00
< div data-role = "content" >
2011-06-20 01:58:12 +00:00
< div class = "content-primary" >
2010-10-15 15:04:44 +00:00
< h2 > Key features:< / h2 >
< ul >
2010-10-16 01:49:03 +00:00
< li > < strong > Built on jQuery core< / strong > for familiar and consistent jQuery syntax and minimal learning curve< / li >
2010-10-15 15:04:44 +00:00
< li > < strong > Compatible with all major mobile platforms< / strong > - iOS, Android, Blackberry, Palm WebOS, Nokia/Symbian, Windows Mobile, bada, MeeGo with baseline support for all devices that understand HTML< / li >
2010-11-11 14:58:46 +00:00
< li > < strong > Lightweight size< / strong > (12k compressed for all mobile functionality) and minimal image dependencies for speed.< / li >
< li > < strong > HTML5 Markup-driven configuration< / strong > of pages and behavior for fast development and minimal required scripting.< / li >
2011-01-25 21:05:19 +00:00
< 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 >
2011-03-10 03:36:14 +00:00
< li > < strong > Automatic initialization< / strong > by using HTML5 < code > data-role< / code > attributes in the HTML markup to act as the trigger to automatically initialize all jQuery Mobile widgets found on a page.< / li >
2010-10-15 15:04:44 +00:00
< 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 >
2010-11-11 14:58:46 +00:00
< li > < strong > New events< / strong > streamline the process of supporting touch, mouse, and cursor focus-based user input methods with a simple API. < / li >
< li > < strong > New plugins< / strong > enhance native controls with touch-optimized, themable controls. < / li >
2010-10-15 15:04:44 +00:00
< li > < strong > Powerful theming framework< / strong > and ThemeRoller application make highly-branded experiences easy to build.< / li >
< / ul >
2011-06-20 01:58:12 +00:00
< / div >
< div class = "content-secondary" >
< div data-role = "collapsible" data-collapsed = "true" data-theme = "b" >
2011-06-20 22:23:09 +00:00
< h3 > More in this section< / h3 >
2011-06-20 01:58:12 +00:00
2011-06-20 19:17:05 +00:00
< ul data-role = "listview" data-theme = "c" data-dividertheme = "d" >
2011-06-20 01:58:12 +00:00
< li data-role = "list-divider" > Overview< / li >
< li > < a href = "../../docs/about/intro.html" > Intro to jQuery Mobile< / a > < / li >
< li data-theme = "a" > < a href = "../../docs/about/features.html" > Features< / a > < / li >
< li > < a href = "../../docs/about/accessibility.html" > Accessibility< / a > < / li >
< li > < a href = "../../docs/about/platforms.html" > Supported platforms< / a > < / li >
< / ul >
< / div >
< / div >
2010-10-15 15:04:44 +00:00
< / div > <!-- /content -->
2011-06-20 01:58:12 +00:00
< div data-role = "footer" class = "footer-docs" data-theme = "c" >
2011-06-20 22:50:52 +00:00
< p > © 2011 The jQuery Project< / p >
2011-06-20 01:58:12 +00:00
< / div >
2010-10-15 15:04:44 +00:00
< / div > <!-- /page -->
< / body >
2011-01-25 21:05:19 +00:00
< / html >