mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Added support for [@foo] against DOM object properties (not just attributes).
This commit is contained in:
parent
33662cd713
commit
e1e47cddd6
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user