From: John Resig Date: Thu, 31 Aug 2006 04:13:39 +0000 (+0000) Subject: Apparently I accidentally removed :nth-chlid()... uhh - oops? X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=6ceecc520a2b521dedce47f83c954727299b6653;p=jquery.git Apparently I accidentally removed :nth-chlid()... uhh - oops? --- diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index e26ae9e..d40335b 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -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",