文件名称:img-ready:加载图像后执行回调
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-18 01:40:39
JavaScript
img 就绪 加载图像后执行回调。 用法 安装 npm install img-ready 这个插件可以用作 AMD/CommonJS 模块。 否则,它将在全局对象 ( window ) 上公开imgReady方法。 var img = document . getElementById ( 'logo' ) ; var imgUrl = 'https://assets-cdn.github.com/images/modules/logos_page/Octocat.png' ; imgReady ( imgUrl , { onload : function ( e ) { console . log ( e ) ; // `e` is load event object console . log ( this ) ; // `this` is an Image
【文件预览】:
img-ready-master
----img-ready.min.js(483B)
----package.json(754B)
----test()
--------tests.js(1KB)
--------index.html(516B)
----gulpfile.js(312B)
----LICENSE(1KB)
----img-ready.js(1KB)
----.gitignore(35B)
----README.md(911B)
----.jshintrc(318B)