Ligne de fenêtre ScrollPostion

$(window).on('scroll', function() {
    console.log( $(this).scrollTop() );
});
Panicky Pig