https://codeql.github.com/codeql-standard-libraries/javascript/semmle/javascript/frameworks/jQuery.qll/module.jQuery$JQuery.html
Classes
DollarCall
A call to the jQuery $ function.
JQueryPluginMethod
A function that is registered as a jQuery plugin method.
MethodCall
A call to a method on a jQuery object or the jQuery dollar function.
JQuery::MethodCall.getMethodName()
JQuery::MethodCall.getArgument(_)
Object
A data flow node that refers to a jQuery object.
Predicates
dollar
Gets a data flow node referring to the jQuery $ function.
dollarCall
Gets an invocation of the jQuery $ function.
dollarSource
Gets a data flow node that may refer to the jQuery $ function.
isMethodArgumentInterpretedAsHtml
Holds if method name on a jQuery object may interpret any of its arguments as HTML.
isMethodArgumentInterpretedAsSelector
Holds if method name on a jQuery object may interpret any of its arguments as a selector.
objectRef
Gets a data flow node referring to a jQuery object.