$(window).scroll(function () { 
   if ($(window).scrollTop() >= $(document).height() - $(window).height() - 10) {
    //code!
   }
});
Posted by ElvinKim
,