Skip to content

Commit

Permalink
Apparently I accidentally removed :nth-chlid()... uhh - oops?
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Aug 31, 2006
1 parent f404d2c commit 6ceecc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jquery/jquery.js
Expand Up @@ -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",
Expand Down

0 comments on commit 6ceecc5

Please sign in to comment.