mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 13:08:11 -05:00
4321 jQuery('#') returns empty jquery object
This commit is contained in:
@@ -19,7 +19,6 @@ var jQuery = function( selector, context ) {
|
||||
// (both of which we optimize for)
|
||||
quickExpr = /^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,
|
||||
|
||||
|
||||
// Is it a simple selector
|
||||
isSimple = /^.[^:#\[\.,]*$/,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user