index

Description:
  • The entry point for fxToolTip. fxToolTip exports a single object which contains methods to create and remove tooltips, retrieve a Tip class object from the unique id of its associated DOM element, A special Tip class object with which one can alter the defaults globally, a method to suspend or resume showing tooltips, and a method to suspend or resume polling of the DOM for removed elements.

Source:

The entry point for fxToolTip. fxToolTip exports a single object which contains methods to create and remove tooltips, retrieve a Tip class object from the unique id of its associated DOM element, A special Tip class object with which one can alter the defaults globally, a method to suspend or resume showing tooltips, and a method to suspend or resume polling of the DOM for removed elements.

Type Definitions

default

Description:
  • The default object exported by fxToolTip which exposes five methods and one object.

Source:
Properties:
Name Type Description
create function

Method to instantiate a new Tip class object. See the create method.

remove function

Method to remove a Tip class object. See the remove method.

getTipByElementId function

Method to retrieve a Tip class object using the DOM element id associated with it. See the getTipByElementId method.

globalOptions Tip

A Tip class object whose methods modify tooltip options globally. See the Tip class object.

suspend function

A method to suspend or resume showing tooltips globally. See the suspend method.

checkDOM function

Method to toggle polling for deleted DOM elements. See checkDOM.

The default object exported by fxToolTip which exposes five methods and one object.

Type:
  • Object