码迷,mamicode.com
首页 > Web开发 > 详细

图片延迟加载scrollLoading.js应用

时间:2014-09-29 17:24:01      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   ar   java   sp   div   

 <ul>
                    <li><href="http://news.qq.com/" target="_blank" name="xinwen" title="腾讯新闻">
                        <img class="scrollLoading" data-url="images/col_1.png" src="images/loading.gif" width="108"
                            height
="86" border="0" />
                    </a>&nbsp; </li>
                    <li><href="http://news.163.com/" target="_blank" name="xinwen" title="网易新闻">
                        <img class="scrollLoading" data-url="images/col_2.png" src="images/loading.gif" width="108"
                            height
="86" border="0" /></a> </li>
                    <li><href="http://www.people.com.cn/" target="_blank" name="xinwen" title="人民网">
                        <img class="scrollLoading" data-url="images/col_3.png" src="images/loading.gif" width="108"
                            height
="86" border="0" /></a> </li>
                    <li><href="http://www.chinabyte.com/" target="_blank" name="xinwen" title="比特网">
                        <img class="scrollLoading" data-url="images/col_4.png" src="images/loading.gif" width="108"
                            height
="86" border="0" /></a> </li>
                    <li><href="http://www.cntv.cn/" target="_blank" name="xinwen" title="央视网">
                        <img class="scrollLoading" data-url="images/col_5.png" src="images/loading.gif" width="108"
                            height
="86" border="0" /></a> </li>
</ul>

 js调用

 

 <script type="text/javascript">
        $(function () {
            $(".scrollLoading").scrollLoading();
        });
    </script>

说明:

1.需要引入jq

2.引用 <script src="js/jquery.scrollLoading.js" type="text/javascript"></script>

3.src为图片加载时候的lodging的图片 ,data-url中的路径才是真正的图片路径!,具体原来请百度!

 效果图:pastingbubuko.com,布布扣

图片延迟加载scrollLoading.js应用

标签:style   blog   http   color   io   ar   java   sp   div   

原文地址:http://www.cnblogs.com/nzcblog/p/4000073.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!