WebCola
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for the JQuery callback

see

https://api.jquery.com/category/callbacks-object/

Hierarchy

  • JQueryCallback

Index

Methods

add

  • Add a callback or a collection of callbacks to a callback list.

    see

    https://api.jquery.com/callbacks.add/

    Parameters

    • callbacks: Function

      A function, or array of functions, that are to be added to the callback list.

    Returns JQueryCallback

  • Add a callback or a collection of callbacks to a callback list.

    see

    https://api.jquery.com/callbacks.add/

    Parameters

    • callbacks: Function[]

      A function, or array of functions, that are to be added to the callback list.

    Returns JQueryCallback

disable

disabled

  • disabled(): boolean

empty

fire

  • Call all of the callbacks with the given arguments

    see

    https://api.jquery.com/callbacks.fire/

    Parameters

    • Rest ...arguments: any[]

      The argument or list of arguments to pass back to the callback list.

    Returns JQueryCallback

fireWith

  • Call all callbacks in a list with the given context and arguments.

    see

    https://api.jquery.com/callbacks.fireWith/

    Parameters

    • Optional context: any

      A reference to the context in which the callbacks in the list should be fired.

    • Optional args: any[]

    Returns JQueryCallback

fired

  • fired(): boolean

has

  • has(callback: Function): boolean
  • Determine whether a supplied callback is in a list

    see

    https://api.jquery.com/callbacks.has/

    Parameters

    • callback: Function

      The callback to search for.

    Returns boolean

lock

locked

  • locked(): boolean

remove

  • Remove a callback or a collection of callbacks from a callback list.

    see

    https://api.jquery.com/callbacks.remove/

    Parameters

    • callbacks: Function

      A function, or array of functions, that are to be removed from the callback list.

    Returns JQueryCallback

  • Remove a callback or a collection of callbacks from a callback list.

    see

    https://api.jquery.com/callbacks.remove/

    Parameters

    • callbacks: Function[]

      A function, or array of functions, that are to be removed from the callback list.

    Returns JQueryCallback

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc