MCPcopy
hub / github.com/jquery/jquery / unescapeSelector

Function unescapeSelector

dist-module/jquery.slim.module.js:648–650  ·  view source on GitHub ↗
( sel )

Source from the content-addressed store, hash-verified

646 };
647
648function unescapeSelector( sel ) {
649 return sel.replace( runescape, funescape );
650}
651
652function selectorError( msg ) {
653 jQuery.error( "Syntax error, unrecognized expression: " + msg );

Callers 2

jQueryFactoryFunction · 0.70
selectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected