文件名称:eventQueue:这是基于javascript的事件队列文件!
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-18 08:37:39
JavaScript
描述 1. This is a plugin about event queue,whatever browser you use,it can execute from start to end! 2. There has one advantage of resize bug,we repair the bug of resize executing more times! 如何使用 Introduct the js file,then you can use add or remove to add or remove listener! 演示 结果在每个浏览器中都是 1,2,3! var a = document.getElementById('a'); add(a,'click',function(){alert(1)}) add(a,'click',function()
【文件预览】:
eventQueue-master
----README.md(880B)
----eventQueue.js(3KB)
----test()
--------test.html(810B)