事件模块的演变(9)

增加了批量添加事件

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

数据结构:

event-0.6.js

posted on 2011-08-12 10:18  snandy  阅读(2697)  评论(0编辑  收藏  举报