Infinite scrolling within ajax-loaded page

后端 未结 4 476
感动是毒
感动是毒 2021-01-03 09:43

I have a page(let\'s call it 1.php) that loads 2.php into a div-box using jQuery-ajax. 2.php prints 20 records from my database. When I reach the bottom of the div-box when

4条回答
  •  甜味超标
    2021-01-03 10:20

    Consider using waypoints plugin for jQuery: http://imakewebthings.github.com/jquery-waypoints/

    And give a look at the Infinite scrolling example: http://imakewebthings.github.com/jquery-waypoints/infinite-scroll/

提交回复
热议问题