UNPKG

jquery

Version:

JavaScript library for DOM operations

6 lines (4 loc) 145 B
import { jQuery } from "../core.js"; export function selectorError( msg ) { jQuery.error( "Syntax error, unrecognized expression: " + msg ); }