码迷,mamicode.com
首页 > 其他好文 > 详细

easyui 单元格超出鼠标放上弹出全部

时间:2019-03-19 12:02:07      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:fun   tag   移动   this   tar   隐藏   单元   row   each   

 其他方式:https://www.cnblogs.com/raitorei/p/9878192.html

onLoadSuccess : function(data) {
  //单元格超出部分隐藏并鼠标移动到单元格时弹框显示
  $(".datagrid-row td div").each(function() {
    $(this).attr("title", $(this).text());
  });
}

 

easyui 单元格超出鼠标放上弹出全部

标签:fun   tag   移动   this   tar   隐藏   单元   row   each   

原文地址:https://www.cnblogs.com/raitorei/p/10557483.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!