[jQuery] clueTip: Can a tip with activation: 'click' also have a close?

2008-11-17 Thread projecktzero
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'});

[jQuery] Re: clueTip: Can a tip with activation: 'click' also have a close?

2008-11-18 Thread projecktzero
osition: 'title', >    sticky: true > > }); > > --Karl > > > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Nov 17, 2008, at 4:43 PM, projecktzero wrote: > > > > > Is it possible to have a clueTip that is click to activate and has