[jQuery] How do I cancel event helpers?

[jQuery] How do I cancel event helpers?


I have attached the hover event to a <div> element and it works fine.
But how do I dynamically remove and add it again? Once it's working I
cant seem to find a way in javascript to stop it again. I've tried
calling 'hover' again on the same element with empty function
callbacks, but it doesn't seem to have any effect.
thanks.