国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 編程 > JavaScript > 正文

Table隔行變色的JavaScript代碼

2019-11-20 23:58:45
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
效果演示代碼:

[Ctrl+A 全選 注:如需引入外部Js需刷新才能執(zhí)行]

核心代碼:
復(fù)制代碼 代碼如下:

function showtable(){
var color1 = "rgb(234,240,255)";
var color2 = "rgb(255,255,255)";
var bgColor = "rgb(255,255,193)";
var trs = document.getElementById("datatable").getElementsByTagName("tr");
for (var i=0;i<trs.length-1;i++){
if (i%2==0) {
trs[i].style.backgroundColor=color1;
trs[i].onmouseover = function(){
this.style.backgroundColor = bgColor;
}
trs[i].onmouseout = function(){
this.style.backgroundColor = color1;
}
} else {
trs[i].style.backgroundColor=color2;
trs[i].onmouseover = function(){
this.style.backgroundColor = bgColor;
}
trs[i].onmouseout = function(){
this.style.backgroundColor = color2;
}
}
}
}
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 乌苏市| 望江县| 上思县| 谢通门县| 闻喜县| 盈江县| 洪泽县| 荆州市| 珲春市| 芦溪县| 沾化县| 达孜县| 雅江县| 木里| 吐鲁番市| 通化县| 苏州市| 彭阳县| 巨鹿县| 抚松县| 黔南| 海阳市| 伊通| 靖边县| 清新县| 开封市| 加查县| 宜阳县| 荣昌县| 成安县| 壤塘县| 彝良县| 藁城市| 舞阳县| 陇川县| 巴东县| 长寿区| 安泽县| 富阳市| 巴马| 禹城市|