$(window).scroll(function() { var height = $(window).scrollTop(); if(height > some_number) { // do something } });