Closed tizmagik closed 13 years ago
Ah, I see it has been forked with a commit for this feature by mAu888 https://github.com/mAu888/tooltipsy/commit/7cc42bb81d85994f52d32fbd9a115e7077600712
It would be nice if this was merged
I'll look into it
Sorry I always hit comment and close :\
Added.
// setup tooltipsy
$('.hastip').tooltipsy();
// force show tooltipsy
$('.hastip').data('tooltipsy').show();
// force hide tooltipsy
$('.hastip').data('tooltipsy').hide();
Any chance at creating a forced show method? Could be used like so: $('#element').tooltipsy().show(); or something similar (would also need a hide() method, of course). The use case being if we'd like to call attention to a specific item on the page (think new feature in Google Docs, usually gets introduced with a callout).