Hi,
I seem unable to work out why JQuery is constantly leaving tooltip artefacts all over the places when ever an element is clicked?
For example I have an anchor with the mailto protocol and a title which was JQ ToolTipped via
When the anchor is clicked outlook opens as expected, but when you close the email page and go back to the webpage the tooltip is still lurking around on the screen and won't go away unless you click it?
Why is this happening and how do I stop it?
Thanks,
1DMF
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music
I seem unable to work out why JQuery is constantly leaving tooltip artefacts all over the places when ever an element is clicked?
For example I have an anchor with the mailto protocol and a title which was JQ ToolTipped via
Code:
$(document).ready(function(){
// add tooltip
$('body').tooltip({track:true});
});
When the anchor is clicked outlook opens as expected, but when you close the email page and go back to the webpage the tooltip is still lurking around on the screen and won't go away unless you click it?
Why is this happening and how do I stop it?
Thanks,
1DMF
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music