Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/components/jquery
/ unescapeSelector
Function
unescapeSelector
jquery.js:662–664 ·
view source on GitHub ↗
( sel )
Source
from the content-addressed store, hash-verified
660
};
661
662
function
unescapeSelector( sel ) {
663
return
sel.replace( runescape, funescape );
664
}
665
666
function
selectorError( msg ) {
667
jQuery.error(
"Syntax error, unrecognized expression: "
+ msg );
Callers
2
jquery.js
File · 0.70
select
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected