[jQuery] clueTip: opening one tip closes another tip
Hello
I'm pretty sure I am missing atrick here - but just in case...
I have the following collection of images/buttons that display a
sticky clueTip when clicked:
$('a.warn').cluetip({
activation: 'click',
width: 180,
'sticky': true,
cluetipClass: 'warning',
dropShadow: true,
'closePosition': 'title',
closeText: 'close',
arrows: true
});
Currently, with a "tip A" open, I have to close "tip A" before I open
another tip ("tip B") - clicking on the "tip B" launcher when "tip A"
is open does nothing. I would like it so that, if I have "tip A" open
already, then when i click to open "tip B" "tip A" closes itself.
I hope that makes sense? Can clueTip cope with this or do I need to do
something extra myself?
Many Thanks
PJ