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',
                                 dropShadow: false,
                                 positionBy: 'mouse',
                                 sticky: true,
                                 ajaxCache: false,
                                 arrows: true,
                                 waitImage:true,
                                 width: 300,
                                 closeText: 'x',
                                   hoverIntent: {
                      sensitivity:  1,
                      interval:  500,
                      timeout: 0
                                  },
                                  mouseOutClose: true

                        });
                });
I am using each to have more than one cluetip on a page.



On Jun 5, 1:08 pm, Brian Cherne <br...@cherne.net> wrote:
> 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<shwetha.ga...@gmail.com> wrote:
>
> > Did you get any clue to solve this issue. I am facing the same problem
> > now
>
> > On May 17, 6:24 am, Lideln <lid...@gmail.com> 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 displayed forever.
> >> It happens when I move quickly the mouse out of the element after a
> >> very short delay (the tooltip is almost ending to fade in). Changing
> >> the fade-in time does not correct the issue.
>
> >> For now, I have been forced to use a "max display time" for the
> >> tooltip in order to quick-and-dirty fix that issue, but :
> >> 1) it does not fix it entirely, because intead of displaying forever,
> >> the tooltip stays displayed for a few seconds
> >> 2) I can't let the tooltip displayed forever while the mouve is over
> >> the element, which is sad for long tooltips
>
> >> Thanks for the help,
>
> >> Kind regards
>
>

Reply via email to