Loading content as the user scrolls down

前端 未结 2 1321
陌清茗
陌清茗 2020-12-11 07:15

I am building a blog type page, and I want to load items into the page as the user scrolls down, much like Google Reader, or Soup.io. How would you go about achieving this e

相关标签:
2条回答
  • 2020-12-11 07:47

    Thy this jquery example http://webdeveloperplus.com/jquery/create-a-dynamic-scrolling-content-box-using-ajax/

    0 讨论(0)
  • 2020-12-11 08:08

    Unspace had an article demonstrating this functionality: Endless Pageless: No More Next Page. Their demonstration page is here (dead, for reference).

    This particular example uses RoR and Prototype.

    0 讨论(0)
提交回复
热议问题