$('div').on('wheel', function(){ return false }); $('div').on('wheel', function(e){ console.log(e.originalEvent.deltaY); });