您现在的位置:首页 >> 前端 >> 内容

table操作列按钮点击事件代码实例

时间:2018/7/11 13:54:54 点击:

  核心提示:table操作列按钮点击事件代码实例window.operateEvents = {click .zhenduan: function (e, value, row, index) {//window...

table操作列按钮点击事件代码实例

window.operateEvents = {
        'click .zhenduan': function (e, value, row, index) {
                //window.open('writeDiagnosis.html');
                //window.location.href='writeDiagnosis.html';
                zs.layerzd();
        },
        'click .chakan': function (e, value, row, index) {
                         
        },
        'click .faqi': function (e, value, row, index) {
                zs.layerhz();              
        },
        'click .baogao': function (e, value, row, index) {
                zs.layerbg();              
        },
        'click .fenzhen': function (e, value, row, index) {
            	zs.layerfz();
        },
        'click .jiesuo': function (e, value, row, index) {
            	zs.layerjs();
        },
        'click .tuihui': function (e, value, row, index) {
            	zs.layerth();
        }
};

Tags:TA AB BL LE 
作者:网络 来源:f150801344