From: John Resig Date: Thu, 31 Aug 2006 03:59:51 +0000 (+0000) Subject: Fixed issue with .children(). X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=f7efcc858dec55fa3b9babb94ebc73b0888e6d51;p=jquery.git Fixed issue with .children(). --- diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 115ee7f..0a21af7 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -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: {