Looks like you already figured it out but yes, with 1.2.2 hover now
binds mouseenter and mouseleave.  Also unbind('hover') shouldn't do
anything since hover() is a helper function not an actual event so
that part shouldn't be necessary.

David

On Jan 25, 6:18 pm, h0tzen <[EMAIL PROTECTED]> wrote:
> in the current jquery-version 1.2 you have to unbind mouseenter and
> mouseleave.
>
> <code>
> this.table.find('> tbody >
> tr').unbind('hover').unbind('mouseenter').unbind('mouseleave').removeClass(­'gt-
> hover')
> </code>

Reply via email to