您好,欢迎来到易妖游戏网。
搜索
您的当前位置:首页【Layui】Layui Table Tool Layer-tips

【Layui】Layui Table Tool Layer-tips

来源:易妖游戏网

//缓存当前操作的是哪个表格的哪个tr的哪个td

  $(document).off('mousedown','.layui-table-grid-down').on('mousedown','.layui-table-grid-down',function (event) {

      //直接记录td的jquery对象

      table._tableTrCurrr = $(this).closest('td');

  });

 

  //给弹出的详情里面的按钮添加监听级联的触发原始table的按钮的点击事件

  $(document).off('click','.layui-table-tips-main [lay-event]').on('click','.layui-table-tips-main [lay-event]',function (event) {

      var elem = $(this);

      var tableTrCurrr =  table._tableTrCurrr;

      if(!tableTrCurrr){

          return;

      }

      var layerIndex = elem.closest('.layui-table-tips').attr('times');

      layer.close(layerIndex);

      table._tableTrCurrr.find('[lay-event="' + elem.attr('lay-event') + '"]').first().click();

  });

因篇幅问题不能全部显示,请点此查看更多更全内容

Copyright © 2019- vipyiyao.com 版权所有 湘ICP备2023022495号-8

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务