1***@qq.com
1***@qq.com
  • 发布:2017-04-07 22:20
  • 更新:2017-04-08 14:10
  • 阅读:1022

大神们,怎么实现长按编辑内容

分类:MUI

表格内容长按编辑,该怎么做,求回复

2017-04-07 22:20 负责人:无 分享
已邀请:
9***@qq.com

9***@qq.com

mui.init({  
    gestureConfig: {  
        longtap: true,  
    },  
});  
mui("table").on('longtap', 'td', function() {  
    this.contentEditable = true;  
    this.focus();  
});

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