Lazy load blog posts

后端 未结 5 1079
清歌不尽
清歌不尽 2021-02-06 10:00

I have a list of blog posts and the number is reaching 25+ but it\'s all in the one page so I need to try and build a lazy loader.

I have tried various plugins but none

5条回答
  •  时光取名叫无心
    2021-02-06 10:38

    http://archive.plugins.jquery.com/project/lazyload is a list of lazy loading pliugins but it's more for images loading.

    what you can try is have each blogpost element hidden except for the first three, then on

提交回复
热议问题