features.html 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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="../../jquery.mobile-1.0.1.min.css" />
  8. <link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
  9. <script src="../../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="../../jquery.mobile-1.0.1.min.js"></script>
  13. </head>
  14. <body>
  15. <div data-role="page" class="type-interior">
  16. <div data-role="header" data-theme="f">
  17. <h1>Features</h1>
  18. <a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
  19. </div><!-- /header -->
  20. <div data-role="content">
  21. <div class="content-primary">
  22. <h2>Key features:</h2>
  23. <ul>
  24. <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>
  25. <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>
  26. <li><strong>Lightweight size</strong> and minimal image dependencies for speed.</li>
  27. <li><strong>Modular architecture</strong> for creating custom builds that are optimized to only include the features needed for a particular application</li>
  28. <li><strong>HTML5 Markup-driven configuration</strong> of pages and behavior for fast development and minimal required scripting.</li>
  29. <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>
  30. <li><strong>Responsive design</strong> techniques and tools allow the same underlying codebase to automatically scale from smartphone to desktop-sized screens</li>
  31. <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>
  32. <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>
  33. <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>
  34. <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>
  35. <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>
  36. </ul>
  37. </div>
  38. <div class="content-secondary">
  39. <div data-role="collapsible" data-collapsed="true" data-theme="b" data-content-theme="d">
  40. <h3>More in this section</h3>
  41. <ul data-role="listview" data-theme="c" data-dividertheme="d">
  42. <li data-role="list-divider">Overview</li>
  43. <li><a href="../../docs/about/intro.html">Intro to jQuery Mobile</a></li>
  44. <li><a href="../../docs/about/getting-started.html">Quick start guide</a></li>
  45. <li data-theme="a"><a href="../../docs/about/features.html">Features</a></li>
  46. <li><a href="../../docs/about/accessibility.html">Accessibility</a></li>
  47. <li><a href="../../docs/about/platforms.html">Supported platforms</a></li>
  48. </ul>
  49. </div>
  50. </div>
  51. </div><!-- /content -->
  52. <div data-role="footer" class="footer-docs" data-theme="c">
  53. <p>&copy; 2011-2012 The jQuery Project</p>
  54. </div>
  55. </div><!-- /page -->
  56. </body>
  57. </html>