@sammffl
2016-02-19T01:47:53.000000Z
字数 216
阅读 668
前端插件
$('img.lazy').lazyload({
threshold: 200,
placeholder: "resources/images/merchant-placeholder.jpg",
effect: "fadeIn"
});
github 地址: https://github.com/tuupola/jquery_lazyload