mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 15:38:23 -05:00
Fixed issue with .children().
This commit is contained in:
2
src/jquery/jquery.js
vendored
2
src/jquery/jquery.js
vendored
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user