var h = $(window).height(); $(window).scroll(function(){ if ( ($(this).scrollTop()+h) >= $("#block").offset().top) {...} }