[jQuery] Re: livequery with hoverIntent

2008-07-14 Thread [EMAIL PROTECTED]
I have the same problem, I assume it has to be registered with the livequery plugin somehow since it is not a normal jquery method? But I dont know... On 27 Juni, 18:24, Gerbrand <[EMAIL PROTECTED]> wrote: > Hello, > > I'm having the similar problem. > > When I try to use thehoverIntentwithin the

[jQuery] Re: livequery with hoverIntent

2008-06-27 Thread Gerbrand
Hello, I'm having the similar problem. When I try to use the hoverIntent within the livequery, the hoverintent triggers immediatly even when I didn't went over the element. j("a.jTip") .livequery(function(){ j(this) .hoverIntent({ sensitivity: 3,

[jQuery] Re: livequery with hoverIntent

2008-05-02 Thread Brandon Aaron
I don't see anything wrong with the code you posted. Could you post more of the code or a test page? -- Brandon Aaron On Fri, May 2, 2008 at 8:26 AM, Alexandre Plennevaux <[EMAIL PROTECTED]> wrote: > > hello! > > i need to assign a behaviour triggered via the hoverIntent plugin to > elements fet