$(window).scroll(function(){
if ($(window).scrollTop() == $(document).height()-$(window).height()){
//Add Javascript
}
});
$(window).scroll(function(){
if ($(window).scrollTop() == $(document).height()-$(window).height()){
//Add Javascript
}
});
Thanks for subscribing!