Skip to content

JImumu/jquery.lazyload.mine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

jquery.lazyload.mine

与jquery.lazyload.js不同的是 添加了图片加载超时的情况下显示超时占位图,并且点击时可以重新加载

$(selector).lazyload({
  threshold       : 0, // 距离窗口多少时开始加载
  failure_limit   : 0, // 额外加载窗口外多少张图片
  event           : "scroll", // 触发才加载的事件
  effect          : "show", // 载入使用何种效果
  container       : window, // 滚动的容器
  data_attribute  : "original", // 原始连接存放的属性名
  skip_invisible  : true, // 是否跳过隐藏图片
  appear          : null, // 图片出现时(appear)的回调
  load            : null, // 图片加载完毕(load)的回调
  timeout         : 10000, // 图片加载超时时间(单位:ms)
  errorholder     : '', // 图片加载超时显示的占位图
  placeholder     : '' // 图片加载中显示的占位图
})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published