Skip to content

Commit 3fb55ae

Browse files
author
scottjehl
committed
fixed up some duplicate IDs
1 parent 53392bc commit 3fb55ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/forms/forms-selects.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ <h2>Data attribute support</h2>
117117
<p>You can specify any jQuery Mobile button data- attribute on a select element too.</p>
118118

119119
<div data-role="fieldcontain">
120-
<label for="select-choice-3" class="select">Actions</label>
121-
<select name="select-choice-3" id="select-choice-3" data-theme="a" data-icon="gear" data-inline="true">
120+
<label for="select-choice-11" class="select">Actions</label>
121+
<select name="select-choice-11" id="select-choice-11" data-theme="a" data-icon="gear" data-inline="true">
122122
<option value="edit">Edit</option>
123123
<option value="delete">Delete</option>
124124
</select>

0 commit comments

Comments
 (0)