A***@163.com
A***@163.com
  • 发布:2021-01-07 11:34
  • 更新:2021-02-27 00:03
  • 阅读:568

为何mui框架使用on批量为元素绑定事件不好用呢?

分类:MUI

dom代码:
<table>
<thead>
<th>1</th>
</thead>
<tbody id="table-test">
<tr>
<td>22222</td>
</tr>
</tbody>
</table>

js代码:
mui("#table-test").on("tab","tr",function(){
console.log("success");
})

绑定以后点击tr没有反应

2021-01-07 11:34 负责人:无 分享
已邀请:
real_Trump

该问题目前已经被锁定, 无法添加新回复