RT
Alohaaaaa
- 发布:2015-08-15 21:11
- 更新:2015-08-16 11:25
- 阅读:2012
chender - 与人为善
使用事件代理
<div class='root'>
<button id='b'/>
<button id='bi'/>
</div>
mui('.root').on('tap','button',function(){
switch(this.id){
.....
}
})
Alohaaaaa (作者)
好的谢谢了
2015-08-17 11:07