mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Ref 4ef51690
: Update selector-native for new Sizzle dependencies
This commit is contained in:
parent
5d1dfe7474
commit
1114611f77
@ -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 );
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user