Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "frontend-packages/headless-content-unblocker/src/dom/initiators/memorizeJQueryEvent"

Index

Variables

Const MEMORIZE_JQUERY_EVENT_PROPERTY

MEMORIZE_JQUERY_EVENT_PROPERTY: "rcbJQueryEventListenerMemorize" = "rcbJQueryEventListenerMemorize"

Functions

memorizeJQueryEvent

  • memorizeJQueryEvent(doc: Document, element: any, eventName: string): void
  • We listen to the passed event and once that event got triggered, all event registrations afterwards are automatically executed, too. This does not need another trigger again.

    You need to call this function as early as possible to catch all triggers.

    Parameters

    • doc: Document
    • element: any
    • eventName: string

    Returns void

Generated using TypeDoc