Skip to content

Commit 22959c8

Browse files
committed
#11 Document jQuery :odd/:even selectors
1 parent cc8de3e commit 22959c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,5 +241,11 @@ Get the AST
241241
<tr>
242242
<td>:lt(42)</td><td>✓</td><td>✓</td>
243243
</tr>
244+
<tr>
245+
<td>:odd</td><td>✓</td><td>✓</td>
246+
</tr>
247+
<tr>
248+
<td>:even</td><td>✓</td><td>✓</td>
249+
</tr>
244250
</tbody>
245251
</table>

0 commit comments

Comments
 (0)