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 mouseout/mouseleave
> nothing happens. What am I doing wrong?
>
> newRollHandler  = new rollHandler(this);
> $(this).hover(newRollHandler.over,newRollHandler.off);
> $(this).trigger("mouseover");
> $(this).trigger("mouseout");

Reply via email to