|
26 | 26 |
|
27 | 27 | <h1>Demos</h1> |
28 | 28 |
|
29 | | - <p>jQuery Mobile is a touch-optimized HTML5 UI framework designed to make responsive web sites and apps that are accessible on all smartphone, tablet and desktop devices.</p> |
| 29 | + <p><strong>jQuery Mobile is a touch-optimized HTML5 UI framework designed to make responsive web sites and apps that are accessible on all smartphone, tablet and desktop devices.</strong></p> |
30 | 30 |
|
31 | | - <p>For technical info, visit the <a href="http://api.jquerymobile.com" title="jQuery Mobile API documentation" target="_blank">API documentation</a>. Downloads and info about the project can be found on <a href="http://jquerymobile.com" title="jQuery Mobile web site" target="_blank">jquerymobile.com</a>.</p> |
| 31 | + <img src="_assets/img/devices.png"> |
| 32 | + |
| 33 | + <p>New to jQuery Mobile? Get started by reading this <a href="intro/" data-ajax="false">introduction</a>. For technical info, visit the <a href="http://api.jquerymobile.com" title="jQuery Mobile API documentation" target="_blank">API documentation</a>. Downloads and info about the project can be found on <a href="http://jquerymobile.com" title="jQuery Mobile web site" target="_blank">jquerymobile.com</a>.</p> |
| 34 | + |
| 35 | + <div class="ui-grid-a ui-responsive"> |
| 36 | + <div class="ui-block-a"> |
| 37 | + <div class="jqm-block-content"> |
| 38 | + <h3>Pages & Navigation</h3> |
| 39 | + |
| 40 | + <p><a href="pages/" data-ajax="false">Pages</a></p> |
| 41 | + <p><a href="navigation/" data-ajax="false">Navigation</a></p> |
| 42 | + <p><a href="loader/" data-ajax="false">Loader</a></p> |
| 43 | + <p><a href="transitions/" data-ajax="false">Transitions</a></p> |
| 44 | + </div> |
| 45 | + </div> |
| 46 | + <div class="ui-block-b"> |
| 47 | + <div class="jqm-block-content"> |
| 48 | + <h3>CSS Framework</h3> |
| 49 | + |
| 50 | + <p><a href="theme-default/" data-ajax="false">Theming</a></p> |
| 51 | + <p><a href="button-markup/" data-ajax="false">Buttons</a></p> |
| 52 | + <p><a href="icons/" data-ajax="false">Icons</a></p> |
| 53 | + <p><a href="grids/" data-ajax="false">Grids</a></p> |
| 54 | + <p><a href="../body-bar-classes/" data-ajax="false">Body and bar classes</a></p> |
| 55 | + </div> |
| 56 | + </div> |
| 57 | + <div class="ui-block-a"> |
| 58 | + <div class="jqm-block-content"> |
| 59 | + <h3>Widgets</h3> |
| 60 | + |
| 61 | + <p><a href="toolbar/" data-ajax="false">Toolbar</a>, <a href="navbar/" data-ajax="false">Navbar</a></p> |
| 62 | + <p><a href="tabs/" data-ajax="false">Tabs</a>, <a href="panel/" data-ajax="false">Panel</a>, <a href="popup/" data-ajax="false">Popup</a></p> |
| 63 | + <p><a href="listview/" data-ajax="false">Listview</a></p> |
| 64 | + <p><a href="collapsible/" data-ajax="false">Collapsible</a>, <a href="collapsibleset/" data-ajax="false">Collapsible set</a></p> |
| 65 | + <p><a href="table-reflow/" data-ajax="false">Table Reflow</a>, <a href="table-column-toggle/" data-ajax="false">Table Column Toggle</a></p> |
| 66 | + <p><a href="filterable/" data-ajax="false">Filterable</a></p> |
| 67 | + </div> |
| 68 | + </div> |
| 69 | + <div class="ui-block-b"> |
| 70 | + <div class="jqm-block-content"> |
| 71 | + <h3>Form widgets</h3> |
| 72 | + |
| 73 | + <p><a href="checkboxradio-checkbox/" data-ajax="false">Checkboxes</a>, <a href="checkboxradio-radio/" data-ajax="false">Radio buttons</a></p> |
| 74 | + <p><a href="selectmenu/" data-ajax="false">Selectmenu</a>, <a href="selectmenu-custom/" data-ajax="false">Custom menu</a></p> |
| 75 | + <p><a href="flipswitch/" data-ajax="false">Flipswitch</a></p> |
| 76 | + <p><a href="slider/" data-ajax="false">Slider</a>, <a href="rangeslider/" data-ajax="false">Rangeslider</a></p> |
| 77 | + <p><a href="button/" data-ajax="false">Input button</a></p> |
| 78 | + <p><a href="controlgroup/" data-ajax="false">Controlgroup</a></p> |
| 79 | + </div> |
| 80 | + </div> |
| 81 | + </div> |
32 | 82 |
|
33 | 83 | </div><!-- /content --> |
34 | 84 |
|
|
0 commit comments