mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 21:48:00 -05:00
Fix the ^= type attribute selector in firefox for href.
This commit is contained in:
@@ -59,7 +59,7 @@ jQuery.extend({
|
||||
_resort: function(m){
|
||||
return ["", m[1], m[3], m[2], m[5]];
|
||||
},
|
||||
_prefix: "z=a[m[3]]||jQuery.attr(a,m[3]);"
|
||||
_prefix: "z=jQuery.attr(a,m[3]);" // just use attr instead of checking for property first. href in firefox return full URI as property
|
||||
},
|
||||
"[": "jQuery.find(m[2],a).length"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user