Sure thing. Just add sticky: true to the options.

$('a.tips').cluetip({
  activation: 'click',
  closeText: 'CLOSE',
  closePosition: 'title',
  sticky: true
});


--Karl

____________
Karl Swedberg
www.englishrules.com
www.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 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.

Reply via email to