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:
33662cd
)
Added support for [@foo] against DOM object properties (not just attributes).
author
John Resig
<jeresig@gmail.com>
Sun, 7 Jan 2007 22:51:41 +0000
(22:51 +0000)
committer
John Resig
<jeresig@gmail.com>
Sun, 7 Jan 2007 22:51:41 +0000
(22:51 +0000)
src/selector/selector.js
patch
|
blob
|
history
diff --git
a/src/selector/selector.js
b/src/selector/selector.js
index
7f71e2e
..
a478376
100644
(file)
--- a/
src/selector/selector.js
+++ b/
src/selector/selector.js
@@
-59,7
+59,7
@@
jQuery.extend({
_resort: function(m){
return ["", m[1], m[3], m[2], m[5]];
},
- _prefix: "z=jQuery.attr(a,m[3]);"
+ _prefix: "z=a[m[3]]||jQuery.attr(a,m[3]);"
},
"[": "jQuery.find(m[2],a).length"
},