I want to disable the hover event on a particular list when another event occurs.
You can use the unbind
function to remove those events.
$('#theListId').unbind('mouseenter').unbind('mouseleave');
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With