ysu_dong

导航

 
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

posted on 2012-05-26 22:23  ysu_dx  阅读(122)  评论(0)    收藏  举报