[jQuery] clueTip: Can a tip with activation: 'click' also have a close?
Is it possible to have a clueTip that is click to activate and has a
close button on it. I'm not sure my users will know to click again to
get rid of the tip.
http://plugins.learningjquery.com/cluetip/demo/#8
$('a.tips').cluetip({activation: 'click', closeText: 'CLOSE',
closePosition: 'title'});
The above doesn't seem to work. Maybe I'm missing something.