|
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 | 6 | <title>Controlgroups - jQuery Mobile Demos</title> |
7 | | - <link rel="stylesheet" href="../../../css/themes/default/jquery.mobile.css"> |
8 | | - <link rel="stylesheet" href="../../_assets/css/jqm-demos.css"> |
9 | | - <link rel="shortcut icon" href="../../_assets/favicon.ico"> |
10 | | - <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700"> |
11 | | - <script src="../../../js/jquery.js"></script> |
12 | | - <script src="../../_assets/js/"></script> |
13 | | - <script src="../../../js/"></script> |
14 | | -</head> |
15 | | -<body> |
16 | | -<div data-role="page" class="jqm-demos" data-quicklinks="true"> |
| 7 | + <link rel="stylesheet" href="../../../css/themes/default/jquery.mobile.css"> |
| 8 | + <link rel="stylesheet" href="../../_assets/css/jqm-demos.css"> |
| 9 | + <link rel="shortcut icon" href="../../_assets/favicon.ico"> |
| 10 | + <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700"> |
| 11 | + <script src="../../../js/jquery.js"></script> |
| 12 | + <script src="../../_assets/js/"></script> |
| 13 | + <script src="../../../js/"></script> |
| 14 | + <style> |
| 15 | + #demo-borders .ui-collapsible .ui-collapsible-heading .ui-btn { border-top-width: 1px !important; } |
| 16 | + </style> |
| 17 | + </head> |
| 18 | + <body> |
| 19 | + <div data-role="page" class="jqm-demos" data-quicklinks="true"> |
17 | 20 |
|
18 | | - <div data-role="header" class="jqm-header"> |
19 | | - <h1>jQuery Mobile</h1> |
20 | | - <a href="#panel-nav" class="jqm-navmenu-link" data-icon="bars" data-iconpos="notext">Navigation</a> |
21 | | - <a href="#" class="jqm-search-link" data-icon="search" data-iconpos="notext">Search</a> |
22 | | - <?php include( '../../search.php' ); ?> |
23 | | - </div><!-- /header --> |
24 | | - |
25 | | - <div data-role="content" class="jqm-content"> |
26 | 21 |
|
27 | | - <h1>Controlgroup <a href="http://api.jquerymobile.com/controlgroup/" data-ajax="false" data-role="button" data-inline="true" data-mini="true" data-icon="arrow-r" data-iconpos="right" class="jqm-api-link">API</a></h1> |
| 22 | + <div data-role="header" class="jqm-header"> |
| 23 | + <h1 class="jqm-logo"><a href="../../../"><img src="../../_assets/img/jquery-logo.png" alt="jQuery Mobile Framework"></a></h1> |
| 24 | + <a href="#panel-nav" class="jqm-navmenu-link" data-icon="bars" data-iconpos="notext">Navigation</a> |
| 25 | + <a href="#" class="jqm-search-link" data-icon="search" data-iconpos="notext">Search</a> |
| 26 | + <?php include( '../../search.php' ); ?> |
| 27 | + </div><!-- /header --> |
| 28 | + |
| 29 | + <div data-role="content" class="jqm-content"> |
| 30 | + |
| 31 | + <h1>Controlgroups <a href="http://api.jquerymobile.com/controlgroup/" data-ajax="false" data-role="button" data-inline="true" data-mini="true" data-icon="arrow-r" data-iconpos="right" class="jqm-api-link">API</a></h1> |
28 | 32 |
|
29 | 33 |
|
30 | 34 | <p class="jqm-intro">Controlgroups are used to visually group a set of buttons to form a single block that looks contained like a navigation component. |
|
0 commit comments