mirror of
https://github.com/jquery/jquery.git
synced 2026-02-04 12:35:28 -05:00
Fixed an issue with .not("#foo, bar") not working correctly, closes #3757.
This commit is contained in:
@@ -24,7 +24,7 @@ var jQuery = window.jQuery = window.$ = function( selector, context ) {
|
||||
var quickExpr = /^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,
|
||||
|
||||
// Is it a simple selector
|
||||
isSimple = /^.[^:#\[\.]*$/,
|
||||
isSimple = /^.[^:#\[\.,]*$/,
|
||||
|
||||
// Will speed up references to undefined, and allows munging its name.
|
||||
undefined;
|
||||
|
||||
Reference in New Issue
Block a user