我已经审查和测试了各种功能,以防止身体能力滚动,而在一个 div 和结合的功能,应该工作。
$('.scrollable').mouseenter(function() {
$('body').bind('mousewheel DOMMouseScroll', function() {
return false;
});
$(this).bind('mousewheel DOMMouseScroll', function() {
return true;
});
});
$('.scrollable').mouseleave(function() {
$('body').bind('mousewheel DOMMouseScroll', function() {
return true;
});
});
有什么主意,或者更好的办法吗?