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, 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 > > 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.cluet... > > > --Karl > > _________________ > > Karl Swedbergwww.englishrules.comwww.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- Hide quoted text - > > > - Show quoted text -

