Positioning Options

An example of a sticky tooltip positioned window center.

You can instruct your tooltips to appear to the left or above the mouseover event, or both. You can apply that setting to all tooltips or to just particular ones.

A table cell with a tooltip for our demo. Hover and move the mouse toward the right end to observe the setting of jumpLeft: true, the default.
A table cell with a tooltip for our demo. Hover and move the mouse toward the right end to observe the setting of jumpLeft: false.
A table cell with a tooltip for our demo. Hover and move the mouse vertically to observe the setting of jumpAbove: true, the default. A table cell with a tooltip for our demo. Hover and move the mouse vertically to observe the setting of jumpAbove: false.

 

Back to index