git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0e4280
)
Fixed issue with .children().
author
John Resig
<jeresig@gmail.com>
Thu, 31 Aug 2006 03:59:51 +0000
(
03:59
+0000)
committer
John Resig
<jeresig@gmail.com>
Thu, 31 Aug 2006 03:59:51 +0000
(
03:59
+0000)
src/jquery/jquery.js
patch
|
blob
|
history
diff --git
a/src/jquery/jquery.js
b/src/jquery/jquery.js
index
115ee7f
..
0a21af7
100644
(file)
--- a/
src/jquery/jquery.js
+++ b/
src/jquery/jquery.js
@@
-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: {