I'd like to use an anchor tag to display the tooltip - clicking on the tag will display the anchor tag and clicking on a close button somewhere in the tooltip will close the tag.
If, however, I hover the anchor tag then the tooltip is immediately displayed (i.e. on mouseover).
Looking through the source it looks like the show / hide functions are bound to the click event directly however the show event is invoked regardless of the events specified in the configuration.
What configuration should I be passing to the tooltip to make this work or is this a bug?
Thanks
If, however, I hover the anchor tag then the tooltip is immediately displayed (i.e. on mouseover).
Looking through the source it looks like the show / hide functions are bound to the click event directly however the show event is invoked regardless of the events specified in the configuration.
What configuration should I be passing to the tooltip to make this work or is this a bug?
Thanks
