repo.or.cz
/
jquery.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Manipulation: Support $el.html(selfRemovingScript) (#5378)
[jquery.git]
/
src
/
selector
/
selectorError.js
blob
da2b239f97fb922747d19a0cc0cb3d2c01c91865
1
import { jQuery } from "../core.js";
2
3
export function selectorError( msg ) {
4
jQuery.error( "Syntax error, unrecognized expression: " + msg );
5
}