[关闭]
@sammffl 2016-02-19T01:47:53.000000Z 字数 216 阅读 668

jquery-lazyload(图片延时加载)

前端插件


  1. $('img.lazy').lazyload({
  2. threshold: 200,
  3. placeholder: "resources/images/merchant-placeholder.jpg",
  4. effect: "fadeIn"
  5. });

github 地址: https://github.com/tuupola/jquery_lazyload

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注