Hi
I need a tooltip plugin that with the following characteristics:
to be as small as possible
to show a tooltip when mouse over a element, which contents are from another element (not just the title attribute)
tooltip can open on mouse over of the trigger element and follow the mouse while still over that element, and closes on mouse out
tooltip can open on mouse over of the trigger element and remain in the same position until mouse is out of the tooltip element (not the trigger)
has a delay on mouse out (like HoverIntent)
Does anyone know a plugin that has all of these?