We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d500d6 commit 92dc527Copy full SHA for 92dc527
1 file changed
entries/attr.xml
@@ -49,17 +49,10 @@
49
<tr>
50
<th>
51
<code>$( elem ).attr( "checked" )</code>
52
- <em>(1.6)</em>
+ <em>(1.6+)</em>
53
</th>
54
<td><code>"checked"</code> (String) Initial state of the checkbox; does not change</td>
55
</tr>
56
- <tr>
57
- <th>
58
- <code>$( elem ).attr( "checked" )</code>
59
- <em>(1.6.1+)</em>
60
- </th>
61
- <td><code>"checked"</code> (String) Will change with checkbox state</td>
62
- </tr>
63
64
65
0 commit comments