摘要: 先看demo:http://liutian1937.github.io/demo/EventListen.html/*绑定事件与取消绑定*/var handleHash = {};var bind = (function() { if (window.addEventListener) { return function(el, type, fn, capture) { el.addEventListener(type, function(){ fn(); handleHash[type] =... 阅读全文
posted @ 2013-12-08 11:08 沉默术士 阅读(701) 评论(0) 推荐(0)