mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-23 15:44:43 +00:00
markup cleanup. Fixes #878
This commit is contained in:
parent
4445ae3702
commit
b7001d8148
1 changed files with 7 additions and 7 deletions
|
|
@ -44,7 +44,7 @@
|
|||
<input type="range" name="slider1" id="slider1" value="50" min="0" max="100" />
|
||||
<fieldset data-role="controlgroup" data-type="horizontal" data-role="fieldcontain">
|
||||
<legend>Cache settings:</legend>
|
||||
<input type="radio" name="radio-choice-y1" id="radio-choice-y1" value="on" checked="checked" />
|
||||
<input type="radio" name="radio-choice-z1" id="radio-choice-y1" value="on" checked="checked" />
|
||||
<label for="radio-choice-y1">On</label>
|
||||
<input type="radio" name="radio-choice-z1" id="radio-choice-z1" value="off" />
|
||||
<label for="radio-choice-z1">Off</label>
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
</div>
|
||||
<div class="ui-bar ui-bar-a">
|
||||
<div data-role="controlgroup" data-type="horizontal" >
|
||||
<a href="#" data-inline="true">Button</a><a href="#" data-inline="true">Button</a><a href="#" data-inline="true">Button</a>
|
||||
<a href="#" data-inline="true" data-role="button">Button</a><a href="#" data-inline="true" data-role="button">Button</a><a href="#" data-inline="true" data-role="button">Button</a>
|
||||
</div><!-- /controlgroup -->
|
||||
</div>
|
||||
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
</div>
|
||||
<div class="ui-bar ui-bar-a">
|
||||
<div data-role="controlgroup" data-type="horizontal" >
|
||||
<a href="#" data-inline="true">Button</a><a href="#" data-inline="true">Button</a><a href="#" data-inline="true">Button</a>
|
||||
<a href="#" data-inline="true" data-role="button">Button</a><a href="#" data-inline="true" data-role="button">Button</a><a href="#" data-inline="true" data-role="button">Button</a>
|
||||
</div><!-- /controlgroup -->
|
||||
</div>
|
||||
|
||||
|
|
@ -105,7 +105,7 @@
|
|||
</div>
|
||||
<div class="ui-bar ui-bar-b">
|
||||
<div data-role="controlgroup" data-type="horizontal" >
|
||||
<a href="#" data-inline="true">Button</a><a href="#" data-inline="true">Button</a><a href="#" data-inline="true">Button</a>
|
||||
<a href="#" data-inline="true" data-role="button">Button</a><a href="#" data-inline="true" data-role="button">Button</a><a href="#" data-inline="true" data-role="button">Button</a>
|
||||
</div><!-- /controlgroup -->
|
||||
</div>
|
||||
|
||||
|
|
@ -129,7 +129,7 @@
|
|||
</div>
|
||||
<div class="ui-bar ui-bar-c">
|
||||
<div data-role="controlgroup" data-type="horizontal" >
|
||||
<a href="#" data-inline="true">Button</a><a href="#" data-inline="true">Button</a><a href="#" data-inline="true">Button</a>
|
||||
<a href="#" data-inline="true" data-role="button">Button</a><a href="#" data-inline="true" data-role="button">Button</a><a href="#" data-inline="true" data-role="button">Button</a>
|
||||
</div><!-- /controlgroup -->
|
||||
</div>
|
||||
|
||||
|
|
@ -153,7 +153,7 @@
|
|||
</div>
|
||||
<div class="ui-bar ui-bar-d">
|
||||
<div data-role="controlgroup" data-type="horizontal" >
|
||||
<a href="#" data-inline="true">Button</a><a href="#" data-inline="true">Button</a><a href="#" data-inline="true">Button</a>
|
||||
<a href="#" data-inline="true" data-role="button">Button</a><a href="#" data-inline="true" data-role="button">Button</a><a href="#" data-inline="true" data-role="button">Button</a>
|
||||
</div><!-- /controlgroup -->
|
||||
</div>
|
||||
|
||||
|
|
@ -177,7 +177,7 @@
|
|||
</div>
|
||||
<div class="ui-bar ui-bar-e">
|
||||
<div data-role="controlgroup" data-type="horizontal" >
|
||||
<a href="#" data-inline="true">Button</a><a href="#" data-inline="true">Button</a><a href="#" data-inline="true">Button</a>
|
||||
<a href="#" data-inline="true" data-role="button">Button</a><a href="#" data-inline="true" data-role="button">Button</a><a href="#" data-inline="true" data-role="button">Button</a>
|
||||
</div><!-- /controlgroup -->
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue