$(document).bind('DOMMouseScroll mousewheel', function() { alert($(window).scrollTop()); return false; });