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.
image.png

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.
image.png
JQuery::MethodCall.getMethodName()
JQuery::MethodCall.getArgument(_)
image.png

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.
image.png

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.