mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Update Sizzle: rewrite attributes handling to be simpler and more widespread when independent from jQuery. No changes to jQuery's attribute handling.
This commit is contained in:
parent
a416e2ba0d
commit
80295ed0e5
@ -1 +1 @@
|
||||
Subproject commit b66a748cd7ffe70962ed02d1d32cb6c22c3e82d9
|
||||
Subproject commit 6da25afc2cab38c769e7de0b71411eb761c3c33e
|
@ -1,6 +1,5 @@
|
||||
// Override sizzle attribute retrieval
|
||||
Sizzle.attr = jQuery.attr;
|
||||
Sizzle.selectors.attrMap = {};
|
||||
jQuery.find = Sizzle;
|
||||
jQuery.expr = Sizzle.selectors;
|
||||
jQuery.expr[":"] = jQuery.expr.filters;
|
||||
|
Loading…
Reference in New Issue
Block a user