Namespace: utils

"jQuery.fn".tabOverride. utils

Namespace for utility methods
Source:

Methods

<static> addDelegatedListeners($container, selector)

Adds the Tab Override event listeners to the container element using jQuery delegated events. Hooks: addDelegatedListeners - passed the jQuery object for the container element(s) and the selector string
Parameters:
Name Type Description
$container Object the jQuery object for the container element
selector string the selector string to use for the delegated events
Source:

<static> removeDelegatedListeners($container, selector)

Removes the Tab Override event listeners on the container element using jQuery delegated events. Hooks: removeDelegatedListeners - passed the jQuery object for the container element(s) and the selector string
Parameters:
Name Type Description
$container Object the jQuery object for the container element
selector string the selector string to use for the delegated events
Source: