$(window).scroll(function() { if ($(window).scrollTop() > ($(document).height() - $(window).height() - 3) && me.isFetchAutomatically()) { me.fetchNextMonth(1000);// fetch next page } });
$(window).scroll(function() { if ($(window).scrollTop() > ($(document).height() - $(window).height() - 3) && me.isFetchAutomatically()) { me.fetchNextMonth(1000);// fetch next page } });