lazyload 图片延迟加载

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="http://js.static.m1905.cn/core/jquery-edge.min.js"></script>
<script src="http://js.static.m1905.cn/core/seed.js"></script>
<script src="http://js.static.m1905.cn/core/app.lite.min.js"></script> <style type="text/css">
ul li{width:162px; height: 230px; margin-top:20px; text-align: center;}
</style> </head>
<body>
<ul>
<li><img class="load" src="http://static.m1905.cn/images/vip/cnc/lazyImg.gif" data-lazysrc="http://image11.m1905.cn/uploadfile/2015/0210/thumb_1_162_241_20150210040409914251.jpg"/></li>
<li><img class="load" src="http://static.m1905.cn/images/vip/cnc/lazyImg.gif" data-lazysrc="http://image11.m1905.cn/uploadfile/2015/0206/thumb_1_162_241_20150206023316128193.jpg"/></li>
<li><img class="load" src="http://static.m1905.cn/images/vip/cnc/lazyImg.gif" data-lazysrc="http://image11.m1905.cn/uploadfile/2015/0210/thumb_1_162_241_20150210040703449909.jpg"/></li>
<li><img class="load" src="http://static.m1905.cn/images/vip/cnc/lazyImg.gif" data-lazysrc="http://image11.m1905.cn/uploadfile/2015/0205/thumb_1_162_241_20150205102229362443.jpg"/></li>
<li><img class="load" src="http://static.m1905.cn/images/vip/cnc/lazyImg.gif" data-lazysrc="http://image11.m1905.cn/uploadfile/2015/0115/thumb_1_162_241_20150115101740139470.jpg"/></li>
<li><img class="load" src="http://static.m1905.cn/images/vip/cnc/lazyImg.gif" data-lazysrc="http://image11.m1905.cn/uploadfile/2015/0225/thumb_1_162_241_20150225045058680991.jpg"/></li>
<li><img class="load" src="http://static.m1905.cn/images/vip/cnc/lazyImg.gif" data-lazysrc="http://image11.m1905.cn/uploadfile/2015/0212/thumb_1_162_241_20150212111654208443.jpg"/></li>
<li><img class="load" src="http://static.m1905.cn/images/vip/cnc/lazyImg.gif" data-lazysrc="http://image11.m1905.cn/uploadfile/2014/1222/thumb_1_153_213_20141222092403179920.jpg"/></li>
<li><img class="load" src="http://static.m1905.cn/images/vip/cnc/lazyImg.gif" data-lazysrc="http://image11.m1905.cn/uploadfile/2014/1210/thumb_1_153_213_20141210103250766127.jpg"/></li>
</ul> <script type="text/javascript">
$(function(){
M.use(['http://js.static.m1905.cn/ui/lazyload'],function(){
var lazyload = M.ui.Lazyload,
imgs = $( '.load' ),
loader;
if(imgs.length > ){
loader = new lazyload( imgs ,{
effects : "fade"
});
}
}); });
</script>
</body>
</html>
上一篇:Python的列表推导式


下一篇:安装Windows7操作系统 - 初学者系列 - 学习者系列文章