//endless scroll $('#imgcontainer').scroll(function() { if($(this).height() + $(this).scrollTop() >= $(this).get(0).scrollHeight){ ... } });