使用 Ajax 和可能的 jquery 进行无限滚动

Infinite Scrolling Using Ajax and probably jquery

本文关键字:无限 滚动 jquery Ajax 使用      更新时间:2023-09-26

使用 ajax 实现搜索结果的无限滚动有太多选项可供选择。

像这个,但大小像 44k,我想这太高了。

有没有更好的 ajax-infinite scroll api?

或者,我应该自己构建它吗?这似乎是重新发明轮子。

此外,所有搜索结果的镉架是相同的。

看这里: http://code.tutsplus.com/tutorials/how-to-create-an-infinite-scrolling-web-gallery--net-10653或者看这里: http://sandmoose.com/post/24430017265/infinite-scrolling-demo-without-plugins

有很多选择。如果你正在寻找更小的尺寸,那么纯粹的javasript实现可能是要走的路。例如,这可能是解决方案:https://github.com/alexblack/infinite-scroll