I tried $.unbind(\'hover\'), which is not working.
$.unbind(\'hover\')
Api documentation on hover:
Example: To unbind the above example use:
$("td").off('mouseenter mouseleave');