Millet-23

背景图片懒加载

$("背景元素.lazy").lazyload({
    effect: \'fadeIn\',
    threshold: \'200\',
    failure_limit: \'10\'
})

图片懒加载

if ($("img.lazy").lenghth > 0) {
    $("img.lazy").lazyload({
       effect: \'fadeIn\',
       threshold: \'200\',
       failure_limit: \'10\'
    });
}

 

分类:

技术点:

相关文章:

  • 2022-12-23
猜你喜欢
  • 2022-01-18
  • 2021-12-23
  • 2022-12-23
  • 2021-12-01
相关资源
相似解决方案