Jquery paging scroll such as facebook status - Stack Overflow
stackoverflow.com
$('#yourcontainerId').bind('scroll', function(){ if($(this).scrollTop() + $(this).
innerHeight() >= $(this)[0].scrollHeight) { alert('this will alert only ...