[jQuery] Re: Cannot trigger mouseout for function bound by hover.

2008-02-12 Thread Gerlando
Please disregard this post. I had an obvious error in logic elsewhere, I must have been zoning :) On Feb 12, 1:46 pm, Gerlando <[EMAIL PROTECTED]> wrote: > I'm using hover to bind methods to a DOM object. Triggering the > mouseover event works as expected, but when using mo

[jQuery] Cannot trigger mouseout for function bound by hover.

2008-02-12 Thread Gerlando
I'm using hover to bind methods to a DOM object. Triggering the mouseover event works as expected, but when using mouseout/mouseleave nothing happens. What am I doing wrong? newRollHandler = new rollHandler(this); $(this).hover(newRollHandler.over,newRollHandler.off); $(this).trigger("mouseover"