[jQuery] Re: cluetip plugin prevents click event

2007-12-06 Thread Karl Swedberg
Ahh. Music to my ears. :-) --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Dec 6, 2007, at 3:36 PM, Dan wrote: Thanks Karl for the modification. This works perfectly for me too! -Dan On Dec 6, 1:38 pm, Spencer <[EMAIL PROTECTED]> wrote: Karl, Than

[jQuery] Re: cluetip plugin prevents click event

2007-12-06 Thread Dan
Thanks Karl for the modification. This works perfectly for me too! -Dan On Dec 6, 1:38 pm, Spencer <[EMAIL PROTECTED]> wrote: > Karl, > > Thank you for making the modification. I'm trying to do the same thing > as driven. Your modification works great in my situation. > > Spencer > > On Dec 6,

[jQuery] Re: cluetip plugin prevents click event

2007-12-06 Thread Spencer
Karl, Thank you for making the modification. I'm trying to do the same thing as driven. Your modification works great in my situation. Spencer On Dec 6, 9:30 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hi guys, > > The default is to return false on a link click if the href and the > tipA

[jQuery] Re: cluetip plugin prevents click event

2007-12-06 Thread Karl Swedberg
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 ope

[jQuery] Re: cluetip plugin prevents click event

2007-12-06 Thread DaveG
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 clic