mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-25 18:30:23 +00:00
fixed up some duplicate IDs
This commit is contained in:
parent
53392bc7ca
commit
3fb55aef0b
1 changed files with 2 additions and 2 deletions
|
|
@ -117,8 +117,8 @@
|
|||
<p>You can specify any jQuery Mobile button data- attribute on a select element too.</p>
|
||||
|
||||
<div data-role="fieldcontain">
|
||||
<label for="select-choice-3" class="select">Actions</label>
|
||||
<select name="select-choice-3" id="select-choice-3" data-theme="a" data-icon="gear" data-inline="true">
|
||||
<label for="select-choice-11" class="select">Actions</label>
|
||||
<select name="select-choice-11" id="select-choice-11" data-theme="a" data-icon="gear" data-inline="true">
|
||||
<option value="edit">Edit</option>
|
||||
<option value="delete">Delete</option>
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Reference in a new issue