[jQuery] .unbind hover doesn't work

[jQuery] .unbind hover doesn't work


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.