I have just done this (helped by the group!):

$('ele').unbind('mouseover').unbind('mouseout');

Unbind each individual event, I don't know why Joel names the
function? Can you have multiple functions?

Simon

On Apr 21, 4:41 am, Kush Murod <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I know that you can unbind events of elements $('ele').unbind();
> Questions is how do you unbind hover function attached to element
> $('ele').hover(...
>
> Cheers,
> --Kush

Reply via email to