Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道pinterest是如何滚动的。是否有任何 jquery 组件或类似的东西可以处理这种延迟加载设置。
谢谢
干得好:
http://isotope.metafizzy.co/demos/infinite-scroll.html
只需要一点创意:
第 1 步:在内容堆栈的底部放置一个元素。
第 2 步:编写一个函数来检测该元素何时位于或靠近视口底部。
第 3 步:编写一个加载更多内容的函数
第 4 步:使用第 2 步中的函数触发第 3 步中的函数。