MCPcopy Index your code
hub / github.com/jquery/jquery / selectorError

Function selectorError

src/selector/selectorError.js:3–5  ·  view source on GitHub ↗
( msg )

Source from the content-addressed store, hash-verified

1import { jQuery } from "../core.js";
2
3export function selectorError( msg ) {
4 jQuery.error( "Syntax error, unrecognized expression: " + msg );
5}

Callers 3

selector.jsFile · 0.90
tokenizeFunction · 0.90
preFilter.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected