]> source.dussan.org Git - jquery.git/commitdiff
Apparently I accidentally removed :nth-chlid()... uhh - oops?
authorJohn Resig <jeresig@gmail.com>
Thu, 31 Aug 2006 04:13:39 +0000 (04:13 +0000)
committerJohn Resig <jeresig@gmail.com>
Thu, 31 Aug 2006 04:13:39 +0000 (04:13 +0000)
src/jquery/jquery.js

index e26ae9e53d755425274af9612fd903aa3edd8d86..d40335b8b79a8ff880e8492a485e36cc396a0110 100644 (file)
@@ -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",