mirror of
https://github.com/jquery/jquery.git
synced 2026-01-26 00:38:10 -05:00
Apparently I accidentally removed :nth-chlid()... uhh - oops?
This commit is contained in:
1
src/jquery/jquery.js
vendored
1
src/jquery/jquery.js
vendored
@@ -1025,6 +1025,7 @@ jQuery.extend({
|
||||
odd: "i%2",
|
||||
|
||||
// Child Checks
|
||||
"nth-child": "jQuery.sibling(a,m[3]).cur",
|
||||
"first-child": "jQuery.sibling(a,0).cur",
|
||||
"last-child": "jQuery.sibling(a,0).last",
|
||||
"only-child": "jQuery.sibling(a).length==1",
|
||||
|
||||
Reference in New Issue
Block a user