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:
6e69be6
)
name == id bug, second attempt
author
Gilles van den Hoven
<gilles0181@gmail.com>
Tue, 6 Jun 2006 12:51:44 +0000
(12:51 +0000)
committer
Gilles van den Hoven
<gilles0181@gmail.com>
Tue, 6 Jun 2006 12:51:44 +0000
(12:51 +0000)
jquery/jquery.js
patch
|
blob
|
history
diff --git
a/jquery/jquery.js
b/jquery/jquery.js
index
1076ef5
..
15bb827
100644
(file)
--- a/
jquery/jquery.js
+++ b/
jquery/jquery.js
@@
-398,7
+398,7
@@
$.clean = function(a) {
$.g = {
'': "m[2] == '*' || a.nodeName.toUpperCase() == m[2].toUpperCase()",
- '#': "a.getAttribute('id') == m[2]",
+ '#': "a.attributes['id'].nodeValue == m[2]",
':': {
lt: "i < m[3]-0",
gt: "i > m[3]-0",