Search code examples
javascriptjquery-uijquery-ui-tooltip

JQuery-UI ToolTip position


Is there anyway to have the tooltip position for the standard JQuery-UI tooltip (http://jqueryui.com/tooltip/) to be follow the mouse rather than the cell?

Currently the position is based on the page element that contains the "title" attribute using the rules for positions in JQuery-UI (http://api.jqueryui.com/position/).

From everything I have seen this is not possible.


Solution

  • Check out the track option.

    Whether the tooltip should track (follow) the mouse.