Skip to content
Permalink
Browse files
Fixed issue with .children().
  • Loading branch information
jeresig committed Aug 31, 2006
1 parent c0e4280 commit f7efcc8
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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: {

0 comments on commit f7efcc8

Please sign in to comment.