Jquery paging scroll such as facebook status - Stack Overflow

$('#yourcontainerId').bind('scroll', function(){ if($(this).scrollTop() + $(this). innerHeight() >= $(this)[0].scrollHeight) { alert('this will alert only ...

Lee mas