> mui('.mui-table-view').on('top', '.mui-table-view-cell', function() {
mui.openWindow({
url: 'festening.html',
id: "info222",
show: {
aniShow: 'zoom-fade-out',
duration: 300
}
});
console.log("aaaa");
});
![2***@qq.com](https://img-cdn-tc.dcloud.net.cn/account/identicon/ed0d1ba37548e6bca07e4f8800c0d0a0.png)
2***@qq.com
- 发布:2017-01-16 15:09
- 更新:2017-01-18 10:32
- 阅读:1166
动态创建的dom绑定事件不生效
分类:MUI
2 个回复
51MZT
innerHTML 改 myDiv.innerHTML = html;
otherDiv.appendChild(myDiv);
7***@qq.com
事件是tap,不是top