成都网站建设设计

将想法与焦点和您一起共享

Layer.js怎么实现表格溢出内容省略号显示悬停显示全部的方法

这篇文章将为大家详细讲解有关Layer.js怎么实现表格溢出内容省略号显示悬停显示全部的方法,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。

成都网络公司-成都网站建设公司创新互联建站十载经验成就非凡,专业从事成都网站设计、网站制作,成都网页设计,成都网页制作,软文推广广告投放等。十载来已成功提供全面的成都网站建设方案,打造行业特色的成都网站建设案例,建站热线:18980820575,我们期待您的来电!

Index.html




  
  表格内容溢出省略号显示

  
    .contain {
      font-family: ‘ Microsoft YaHei ';
      margin: 15px auto;
      width: 900px;
    }

    table {
      border: 1px solid #e3e6e8;
      border-collapse: collapse;
      display: table;
      table-layout: fixed;
      text-align: center;
      width: 100%;
    }

    th, td {
      border: 1px solid #e3e6e8;
      height: 38px;
      line-height: 38px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    th {
      background-color: #189AD6;
      color: #fff;
    }

    .layui-layer {
      word-break: break-all;
      word-wrap: break-word;
    }
  

  
  
  




  
    
    
    
    
    
    
    
    
    
      
      
      
      
      
    
    
      
      
      
      
      
    
    
      
      
      
      
      
    

    
  
货币本周收盘上周收盘涨跌幅度
EURGBP“EUR/GBP settled above 0.90 on Friday as the bounce in EUR/USD helped the lift the pair further into the 0.90 territory”.0.863333333333932222220.88945555555555555553-203333333333333333111-2.3166%
EURGBP0.86930.8894-201-2.31%
EURGBP0.86930.8894-201-2.31%
  $(function() {     $("td").on("mouseenter", function() {       //js主要利用offsetWidth和scrollWidth判断是否溢出。       //在这里scrollWidth是包含内容的完全高度,offsetWidth是当前表格单元格的宽度。       if (this.offsetWidth < this.scrollWidth) {         var that = this;         var text = $(this).text();         window.layer.tips(text, that, {           tips: 1,           time: 2000         });       }     });   })

效果如图:

Layer.js怎么实现表格溢出内容省略号显示悬停显示全部的方法

Layer.js怎么实现表格溢出内容省略号显示悬停显示全部的方法

关于“Layer.js怎么实现表格溢出内容省略号显示悬停显示全部的方法”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。


网站名称:Layer.js怎么实现表格溢出内容省略号显示悬停显示全部的方法
转载来源:http://chengdu.cdxwcx.cn/article/pscohe.html

其他资讯