]> source.dussan.org Git - jquery.git/commit
Core: Implement .even() & .odd() to replace POS :even & :odd
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 24 Sep 2019 00:04:53 +0000 (02:04 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Sep 2019 00:04:53 +0000 (02:04 +0200)
commit78420d427cf3734d9264405fcbe08b76be182a95
tree83a4cc9b453f84228d9e1fe9015aa39e482c4b37
parentf810080e8e92278bb5288cba7cc0169481471780
Core: Implement .even() & .odd() to replace POS :even & :odd

`:even` & `:odd` are deprecated since jQuery 3.4.0 & will be removed in 4.0.0.
The new `even()` & `odd()` methods will make the migration easier.

Closes gh-4485
src/core.js
test/unit/core.js