MCPcopy 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
662function unescapeSelector( sel ) {
663 return sel.replace( runescape, funescape );
664}
665
666function selectorError( msg ) {
667 jQuery.error( "Syntax error, unrecognized expression: " + msg );

Callers 2

jquery.jsFile · 0.70
selectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected