Skip to content

Commit 474b3bb

Browse files
authored
Merge pull request jquery#1195 from jayschmidgall/1194-correct-attr-example-in-prop
Update attr example in prop.xml
2 parents 0a70489 + 5e4ea0d commit 474b3bb

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

entries/prop.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,10 @@
4242
<tr>
4343
<th>
4444
<code>$( elem ).attr( "checked" )</code>
45-
<em>(1.6)</em>
45+
<em>(1.6+)</em>
4646
</th>
4747
<td><code>"checked"</code> (String) Initial state of the checkbox; does not change</td>
4848
</tr>
49-
<tr>
50-
<th>
51-
<code>$( elem ).attr( "checked" )</code>
52-
<em>(1.6.1+)</em>
53-
</th>
54-
<td><code>"checked"</code> (String) Will change with checkbox state</td>
55-
</tr>
5649
<tr>
5750
<th>
5851
<code>$( elem ).attr( "checked" )</code>

0 commit comments

Comments
 (0)