I have a page with HTML anchor tags that have the title attribute set.
<a href="...." title="Some tooltip text" />
I want to detect when the tooltip is shown, and run some javascript. This is to log that the tooltip has been displayed. Using OnMouseOver isn’t enough since it triggers too early.
Any ideas?
Mine would be to create your own tooltips that you could append extra ‘tracking’ to determine if they were displayed or not.
With that library, you could make your own effect that does customized things on the over/out of the tooltip.