index.html 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 - Content formatting</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-index">
  16. <div data-role="header" data-theme="f">
  17. <h1>Content formatting</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. <p>The content of pages in jQuery Mobile is completely open-ended, but the jQuery Mobile framework provides a number of helpful tools and widgets &mdash; such as collapsible panels and multiple-column grid layouts &mdash; to make it easy to format your content for mobile devices.</p>
  22. <ul data-role="listview" data-inset="true">
  23. <li><a href="content-html.html">Basic HTML styles</a></li>
  24. <li><a href="content-grids.html">Layout grids (columns)</a></li>
  25. <li><a href="content-collapsible.html">Collapsible content blocks</a></li>
  26. <li><a href="content-collapsible-set.html">Collapsible sets (accordions)</a></li>
  27. <li><a href="content-themes.html">Theming content</a></li>
  28. <!--<li><a href="api-content.html">API documentation</a></li>-->
  29. </ul>
  30. </div><!-- /ui-body wrapper -->
  31. </div><!-- /page -->
  32. </body>
  33. </html>