Using infinite scroll w/ a MySQL Database

前端 未结 2 949
梦如初夏
梦如初夏 2021-01-17 01:06

I found a nice ajax/jquery infinite scroll plugin ( http://hycus.com/2011/03/15/infinite-scrolling-like-new-twitter-with-php-mysql-jquery/ ) that I was able to mold well to

2条回答
  •  死守一世寂寞
    2021-01-17 01:22

    Your "if" condition is only satisfied the first time you scroll. So essentially, the event is getting fired, not when you scroll to the bottom of the page, but when you start scrolling. Replace your code with the following:

    
    

提交回复
热议问题