CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.14 (changelog, source)
Search

Module JQuery

Import path

import javascript

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.

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.

Object

A data flow node that refers to a jQuery object.

Modules