]> source.dussan.org Git - jquery.git/commitdiff
Fixed issue with .children().
authorJohn Resig <jeresig@gmail.com>
Thu, 31 Aug 2006 03:59:51 +0000 (03:59 +0000)
committerJohn Resig <jeresig@gmail.com>
Thu, 31 Aug 2006 03:59:51 +0000 (03:59 +0000)
src/jquery/jquery.js

index 115ee7f2d70274f81f43ae81829dde825fe089c3..0a21af773f98174573c33fd76d445b28c50ffacd 100644 (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: {