Hi guys,

The default is to return false on a link click if the href and the tipAttribute (which is rel by default) are equal.

Your request seems like a reasonable one, though, so I've added (yet another) option called "clickThrough". If you set it to true, clicking on the link should open the linked page (provided you don't have "activation" set to "click").

I haven't bundled it up yet, because I'm still ironing out the details on another new feature (mouse tracking), but it's in svn, if you want to give it a whirl:

http://jqueryjs.googlecode.com/svn/trunk/plugins/cluetip/jquery.cluetip.js


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



On Dec 6, 2007, at 10:15 AM, DaveG wrote:




driven wrote:
I am using cluetip to put tooltips on the links in a search results
page. I have the 'activation' setting as 'hover' but unfortunately
cluetip cancels the normal click event and I can't actually follow the
links. I don't see any examples or settings that will let me actually
click on the links. Is this possible?
I'm not 100% sure, but I seem to recal that this might be what you're looking for:
onActivate:       function(e) {return true;}

That should be the default though, so not sure if you've overridden it.


~ ~ David

Reply via email to