首页 >web前端 >js教程 >JS控制表格隔行变色_JavaScript

JS控制表格隔行变色_JavaScript

WBOY
WBOY原创
2016-05-16 19:28:44853浏览

    
        
    
    
    
        
    
    
        
    
    
        
    
    
        
    
    
    
        
    
不变色
xxxxxxxx
xxxxxxxx
xxxxxxxx
xxxxxxxx
不变色


<script><BR><!--<BR>var TbRow = document.getElementById("goaler");<BR>if (TbRow != null)<BR>{<BR> for (var i=0;i<TbRow.rows.length ;i++ )<BR> {<BR> if (TbRow.rows[i].rowIndex%2==1)<BR> {<BR> TbRow.rows[i].style.backgroundColor="";<BR> }<BR> else<BR> {<BR> TbRow.rows[i].style.backgroundColor="#F1F1F1";<BR> }<BR> }<BR>}<BR>//--><BR></script>
声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn