Fixed issue with .children().
[jquery.git] / src / jquery / jquery.js
index 115ee7f..0a21af7 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: {