Hi there, I'd like to refresh a tooltip I am looking at. It is a default tooltip activated by "mouseover". When clicking at the hovered element, I have to change the tooltip-content. This is very easy, I just have to change the title-attribute and call $(element).cluetip() again. But I have to move out of the element and hover again to see the new content. I played around for a while but have no clue how to do this.
Any ideas? Eric