<div class="button-parent">
<button type="button">按钮1</button>
<button disabled>|</button> <!-- 占位 -->
<button type="button">按钮1</button>
</div>
mui('.button-parent').on('tap', 'button', funciton () {
....
/*
bug
disabled 的元素会触发事件
*/
})
<button disabled> 正常情况下, 这个button 是不会触发事件的
但是 mui 的事件代理还会触发, 我觉得这是个bug
3 个回复
BoredApe - 有问题就会有答案。
你是在什么手机上测试的
老王 (作者)
刚刚又测了一下, 发现之前的现象没了, 可能是我疏忽了, 奇怪....
不好意思
邓荣勇 - don`t Repeat Yourself
为什么我的报这个错误
room.html:105 Uncaught TypeError: mui.on is not a function