mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Fixed issue with .children().
This commit is contained in:
parent
c0e4280282
commit
f7efcc858d
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: {
|
||||
|
Loading…
Reference in New Issue
Block a user