[jQuery] how to unbind hover function

[jQuery] how to unbind hover function


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