Guest User

Untitled

a guest
Nov 22nd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(window).scroll(function(){
  2. if ( parseInt($(window).scrollTop()) +50   ==  parseInt($(document).height()) -  parseInt( $(window).height() ) ) {
  3.    
  4.    
  5.     last_msg_funtion();
  6.    
  7. }
  8. });
  9. });
Add Comment
Please, Sign In to add comment