How do I unbind "hover" in jQuery?
This does not work:
$(this).unbind('hover');
$(this).unbind('mouseenter').unbind('mouseleave')
or more succinctly (thanks @Chad Grant):
$(this).unbind('mouseenter mouseleave')
2.1m questions
2.1m answers
60 comments
57.0k users