mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
`: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
(cherry picked from commit 78420d427c)