mirror of
https://github.com/jquery/jquery.git
synced 2026-02-04 06:45:17 -05:00
Moved a bunch of methods out of the jQuery-specific Sizzle code into more-appropriate files, in jQuery itself.
This commit is contained in:
@@ -222,7 +222,7 @@ jQuery.fn = jQuery.prototype = {
|
||||
},
|
||||
|
||||
is: function( selector ) {
|
||||
return !!selector && jQuery.multiFilter( selector, this ).length > 0;
|
||||
return !!selector && jQuery.filter( selector, this ).length > 0;
|
||||
},
|
||||
|
||||
// For internal use only.
|
||||
|
||||
Reference in New Issue
Block a user