• Execute the given callback for the given div event

    Parameters

    • div: DivEvent

      the div event to execute the callback for

    • callback: ((selector, div) => void)

      the callback to execute

        • (selector, div): void
        • Parameters

          Returns void

    Returns void