On Mar 27, 2008, at 11:16 AM, pihentagy wrote:


Hi all!

I have an annoying but easy problem with cluetip:

I have:
<a title="do not click me" class="tooltip">link</a>

$('.tooltip').cluetip({splitTitle: '|', showTitle: false});

I want almost the same, but without any title. Is that possible?

My workaround was to write:
<a title="|do not click me" class="tooltip">link</a>

and use showTitle:false in the options, but it seems a bit hackish...

thanks
Gergo

Hi Gergo,

That's exactly what I do! It may be a bit hackish, but that's how it's intended to work. :)

Cheers,

--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com

Reply via email to