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

Function unescapeSelector

dist-module/jquery.factory.module.js:653–655  ·  view source on GitHub ↗
( sel )

Source from the content-addressed store, hash-verified

651 };
652
653function unescapeSelector( sel ) {
654 return sel.replace( runescape, funescape );
655}
656
657function selectorError( msg ) {
658 jQuery.error( "Syntax error, unrecognized expression: " + msg );

Callers 2

jQueryFactoryWrapperFunction · 0.70
selectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected