I’ve tried implementing the Tipsy jQuery plugin on my website which is mean’t to show title tags as pretty tooltips. But it doesn’t appear to be working on my site, can anybody help?
I’d like a tooltip to be shown when I hover over the video thumbnails in the videos pod at…
You are using the following line to init your tooltip:
But as you can see the following
imglink does’t have a class calledtipsy.Update: Try to fix
$('.tipsy').tipsy();to$('a.videobox img').tipsy();If you want to change where it gets the tooltip text you can use something like the following.