$(window).scroll(function() { if($(window).scrollTop() + $(window).height() > $(".content").offset().top) alert('GO AJAX!'); }); });