Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 620 Bytes

File metadata and controls

25 lines (21 loc) · 620 Bytes
layout default
title 图片延迟加载
order 16
published true
category PCUI

图片延迟加载 ( hbLazyload )更新时间:{% timeago 2016-06-07 %}


{% example html %}

<script> // 仅作演示用 $("img.hb-lazy").hbLazyload(); // $("img.hb-lazy").hbLazyload({ // placeholder : '' // 占位符(loading图片)。可不设置 // }); </script>

{% endexample %}