Tooltip : how to position the tooltip in relation to the mouse without tracking

Tooltip : how to position the tooltip in relation to the mouse without tracking

I would like to position the tooltip in relation to the mouse position, without using the track option.
The same behavior than windows system tooltips.

  1. $(document).tooltip({
  2.   position: { my: "left top+5", at: "left bottom", of: ??? }
  3. });

Thanx




    • Topic Participants

    • rs