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
|
* @param String expr An expression to filter the child Elements with
|
||||||
* @cat DOM/Traversing
|
* @cat DOM/Traversing
|
||||||
*/
|
*/
|
||||||
children: "a.childNodes"
|
children: "jQuery.sibling(a.firstChild)"
|
||||||
},
|
},
|
||||||
|
|
||||||
each: {
|
each: {
|
||||||
|
|
Loading…
Reference in a new issue