事件模块的演变(9)

增加了批量添加事件

E.on(el, {
		click : {
			handler :
			once :
			delay : 
			scope : 
			stopEvent :
			preventDefault : 
			stopPropagation :
		},
		mouseover : {},
		mouseout : {}
});

数据结构:

event-0.6.js

原文地址:https://www.cnblogs.com/snandy/p/2135803.html