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