Skip to content

Commit

Permalink
#11 Document jQuery :odd/:even selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWeinert committed Apr 12, 2018
1 parent cc8de3e commit 22959c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,5 +241,11 @@ Get the AST
<tr>
<td>:lt(42)</td><td>✓</td><td>✓</td>
</tr>
<tr>
<td>:odd</td><td>✓</td><td>✓</td>
</tr>
<tr>
<td>:even</td><td>✓</td><td>✓</td>
</tr>
</tbody>
</table>

0 comments on commit 22959c8

Please sign in to comment.