Fixed issue with .children().

This commit is contained in:
John Resig 2006-08-31 03:59:51 +00:00
parent c0e4280282
commit f7efcc858d

View file

@ -2383,7 +2383,7 @@ jQuery.macros = {
* @param String expr An expression to filter the child Elements with
* @cat DOM/Traversing
*/
children: "a.childNodes"
children: "jQuery.sibling(a.firstChild)"
},
each: {