Skip to content
Permalink
Browse files
Apparently I accidentally removed :nth-chlid()... uhh - oops?
  • Loading branch information
jeresig committed Aug 31, 2006
1 parent f404d2c commit 6ceecc5
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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",

0 comments on commit 6ceecc5

Please sign in to comment.