这是一款基于ydxLazyLoad.js插件实现的图片延迟加载特效,jQuery图片预加载代码。
js代码
<script type=\"text/javascript\" src=\"js/jquery-1.8.3.min.js\"></script> <script type=\"text/javascript\" src=\"js/ydxLazyLoad.js\"></script> <script type=\"text/javascript\"> $(function(){ $(\"[lazyLoadSrc]\").YdxLazyLoad({ onShow: function () { $(this).parent().next().hide() } }); }); </script>
暂无评论内容