Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/components/jquery
/ selectorError
Function
selectorError
jquery.js:666–668 ·
view source on GitHub ↗
( msg )
Source
from the content-addressed store, hash-verified
664
}
665
666
function
selectorError( msg ) {
667
jQuery.error(
"Syntax error, unrecognized expression: "
+ msg );
668
}
669
670
var
rcomma =
new
RegExp(
"^"
+ whitespace +
"*,"
+ whitespace +
"*"
);
671
Callers
2
tokenize
Function · 0.70
jquery.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected