[jQuery] Cluetip takes elements title away
It seems that when trickering cluetip plugin:
$('p.latest a').cluetip({width:'400px'});
It empties the given elements title value.
This becomes a problem as I have thickbox also attached to the element
and clicking on it makes the title, thus caption of the thickbox
window undefined.
I have it in use here:
http://paazio.nanbudo.fi/martial-arts/nanbudo
The first icon from the left on the video link.
Perhaps the cluetip could be changed to copy the title instead of
cutting?
Paazio