mirror of
https://github.com/jquery/jquery.git
synced 2026-01-23 21:18:03 -05:00
Ref 4ef51690: Update selector-native for new Sizzle dependencies
This commit is contained in:
@@ -133,7 +133,9 @@ jQuery.extend({
|
||||
return (elem.ownerDocument || elem).documentElement.nodeName !== "HTML";
|
||||
},
|
||||
expr: {
|
||||
attrHandle: {},
|
||||
match: {
|
||||
boolean: /^(?:checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped)$/i,
|
||||
needsContext: /^[\x20\t\r\n\f]*[>+~]/
|
||||
}
|
||||
}
|
||||
@@ -145,5 +147,8 @@ jQuery.extend( jQuery.find, {
|
||||
},
|
||||
matchesSelector: function( elem, expr ) {
|
||||
return matches.call( elem, expr );
|
||||
},
|
||||
attr: function( elem, name ) {
|
||||
return elem.getAttribute( name );
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user