External: "jQuery.fn"

"jQuery.fn"

The jQuery plugin namespace
Source:

Namespaces

tabOverride

Methods

<static> tabOverride(enable, selector) → {Object}

Enables/disables Tab Override. If enabled, tabs (or spaces) will be inserted in the selected textarea elements when the tab key is pressed. Hooks: setDelegated - fired when delegated events are used, passed the jQuery object for the container element(s), the selector string, and a boolean indicating whether Tab Override was enabled or disabled.
Parameters:
Name Type Argument Default Description
enable boolean <optional>
true whether Tab Override should be enabled for the element(s)
selector string <optional>
the selector string for delegated events
Source:
Returns:
the jQuery object
Type
Object