Hi,
I am not sure what exactly causes and would resolve it, so I would like to ask:
Basically it is a span with a click function, I noticed that if I add the cluetip title, the click function does not work anymore.
The snippet for cluetip is:
$(document).ready( function() {
$('span.ctip').cluetip({splitTitle: '|', arrows: true, cluetipClass: 'jtip', dropShadow: false}); }
Do you have any idea what causes this problem? What am I doing wrong?
Thanks in advance,
Christoph