1 <script type="text/javascript"> 2 $(function() { 3 $("img").lazyload({ 4 effect : "fadeIn" 5 }); 6 }); 7 </script>
使用上述功能首先需要下载jquery.lazyload.js,详细介绍请查看http://zmingcx.com/jquery-lazy-to-achieve-picture.html
1 <script type="text/javascript"> 2 $(function() { 3 $("img").lazyload({ 4 effect : "fadeIn" 5 }); 6 }); 7 </script>
使用上述功能首先需要下载jquery.lazyload.js,详细介绍请查看http://zmingcx.com/jquery-lazy-to-achieve-picture.html