call function when scroll bar touches bottom right

call function when scrollbar reaches bottom right

$(window).scroll(function(){ 
if($(window).scrollTop() >= $('#show').offset().top + $('#show').outerHeight() - window.innerHeight)
{
  alert('bottom reached');
}

});

change id show to body or any div


Discover more from Soa Technology | Aditya Website Development Designing Company

Subscribe to get the latest posts sent to your email.



Leave a Reply

Discover more from Soa Technology | Aditya Website Development Designing Company

Subscribe now to keep reading and get access to the full archive.

Continue reading