To unbind the above example use:
$("#nav1").unbind('mouseenter mouseleave');

This is what the documentation says, but it doesn't remove the hover
event.  Do I have to do something else?

Thanks.

Reply via email to