Alternatives to jQuery endless scrolling

前端 未结 5 1426
粉色の甜心
粉色の甜心 2021-01-30 04:26

Are there any alternatives to the jQuery endless scrolling plugin?

http://www.beyondcoding.com/2009/01/15/release-jquery-plugin-endless-scroll/

5条回答
  •  失恋的感觉
    2021-01-30 05:04

    I couldn't find one that did exactly what I wanted so I built one from scratch. It has a pause feature so it doesn't keep loading endlessly as you scroll. Sometimes somebody might want to see the page footer. It simply appends a "Show More" button to continue appending. I also incorporated localStorage so when a user clicks away they won't lose their place in the results.

    http://www.hawkee.com/snippet/9445/

    It also has a callback function that can be called to manipulate the newly appended results.

提交回复
热议问题