[jQuery] Re: Issue with hoverIntent

2009-06-05 Thread Brian Cherne
Nothing jumps out at me with the supplied code snippet. Is there a way you can provide HTML, CSS and JavaScript either in a live page (or isolated) that demonstrates the issue you are having? Side notes: - At first glance I don't see any reason to use anchorLinks.each() ... using anchorLinks.clu

[jQuery] Re: Issue with hoverIntent

2009-06-05 Thread sduffer
Hi Brian, Thanks for your reply. Here is the sample code i am using for jquery cluetip var anchorLinks = jQuery('.anchor-link'); anchorLinks.each(function(i) { jQuery(this).cluetip({ cluetipClass: 'rounded',

[jQuery] Re: Issue with hoverIntent

2009-06-05 Thread Karl Swedberg
I'll also try to look into it this weekend. Might have to do with animations running. Will see if I need to put a stop() in somewhere. --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 5, 2009, at 4:08 PM, Brian Cherne wrote: I exchanged a few messages

[jQuery] Re: Issue with hoverIntent

2009-06-05 Thread Brian Cherne
I exchanged a few messages with Renaud (aka LideIn), trying to get sample code... but that effort stalled. I've got a busy weekend, but if you supply some sample code or send me a URL (on or off-list) I'll take a look early next week. Cheers, Brian. On Fri, Jun 5, 2009 at 11:11 AM, sduffer wrote

[jQuery] Re: Issue with hoverIntent

2009-06-05 Thread sduffer
Did you get any clue to solve this issue. I am facing the same problem now On May 17, 6:24 am, Lideln wrote: > Hi, > > I have been using clueTip, and decided to use the hoverIntent feature. > Unfortunately, in some cases, the tooltip does not hide when I move > away from the element, and stays d