JQuery-UI ToolTip position
javascript, jquery-ui, jquery-ui-tooltip
Solution
Check out the track option.
Whether the tooltip should track (follow) the mouse.
Problem
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.