Scrolltop de haut en bas du corps

$(window).scroll(function (event) {
    var scroll = $(window).scrollTop();
    // Do something
});
Evil Eagle