我想在某个时候禁用鼠标滚轮.
有人可以推荐一个可以做到的jQuery语句吗?
谢谢!
$("#menu").bind("mousewheel",function() { return false; });