I like the idea of ββthe Twipsy plugin that is included with Twitter Boostrap, but it seems to be working incorrectly.
Here's jsfiddle: http://jsfiddle.net/burlesona/DUPyR/
As you can see, using the default settings as prescribed by the documents, a tooltip appears when you hover over a snap with the tool, but it does not disappear when you move the mouse.
I understand that the appearance of the tooltip depends on the CSS, but on the docs page on Twitter, tooltips are added and removed from the DOM with a script, whereas in this example and in my own local tests, the script adds the tooltip, but does not delete it.
Here's a link to the script: http://twitter.github.com/bootstrap/1.3.0/bootstrap-twipsy.js
Any ideas / suggestions? I'm pretty confused why this is the way it is.
Alternatively, if anyone has a better suggestion for a clean, easy jQuery tooltip plugin, please let me know.
Thanks!
source share