加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
jquery.scrollLoad.min.js 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
falost 提交于 2017-03-31 13:18 . Add files via upload
/**
* Created by Falost on 2017/3/29.
* Name:jQuery.scrollLoad.js
* ӦҳͼƬ
*/
!function(e){e.fn.scrollLoad=function(t){var n={src:"data-src",time:300,t:this},o=e.extend(n,t),i={_init:function(){var e=o.t;if(null==e)return!1;var t=window.pageYOffset?window.pageYOffset:window.document.documentElement.scrollTop,r=t+Number(window.innerHeight?window.innerHeight:document.documentElement.clientHeight),u=e.find("img"),l=u.length;if(!l)return!1;for(var c=0;c<l;c++){var d=u[c].getAttribute(n.src),a=u[c],m=a.nodeName.toLowerCase();a&&(postPage=a.getBoundingClientRect().top+window.document.documentElement.scrollTop+window.document.body.scrollTop,postWindow=postPage+Number(i._getStyle(a,"height").replace("px","")),(postPage>t&&postPage<r||postWindow>t&&postWindow<r)&&("img"===m&&null!==d&&a.setAttribute("src",d),a=null))}},_camelize:function(e){return e.replace(/-(\w)/g,function(e,t){return t.toUpperCase()})},_getStyle:function(e,t){if(2!=arguments.length)return!1;var n=e.style[i._camelize(t)];if(!n)if(document.defaultView&&document.defaultView.getComputedStyle){var o=document.defaultView.getComputedStyle(e,null);n=o?o.getPropertyValue(t):null}else e.currentStyle&&(n=e.currentStyle[i._camelize(t)]);return"auto"==n?"":n}};return window.onscroll=function(){setTimeout(function(){i._init()},n.time)},i._init()}}(jQuery);
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化