Apparently I accidentally removed :nth-chlid()... uhh - oops?

This commit is contained in:
John Resig 2006-08-31 04:13:39 +00:00
parent f404d2c395
commit 6ceecc520a

View 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",