标签: javascript jquery tooltip mousewheel
$('.tooltip').bind('mousewheel', function(e){});
我正在桌上使用jquery工具提示,并且在使用鼠标滚动时 轮子不会关闭,因为它只与 mouseover / mouseout事件。
使用鼠标滚轮滚动时如何隐藏工具提示?