最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

Table隔行變色的JavaScript代碼

 更新時間:2011年01月17日 22:28:52   作者:  
用js實現(xiàn)的table隔行變色,鼠標放上去有變色顯示,需要的朋友可以參考下。
效果演示代碼:

[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;
}
}
}
}

相關(guān)文章

最新評論

来安县| 邯郸县| 将乐县| 丹巴县| 澄城县| 广灵县| 阿城市| 金门县| 全州县| 新乡市| 郧西县| 治县。| 蒙城县| 丰都县| 蓬安县| 盐亭县| 平江县| 乐清市| 崇信县| 祥云县| 鲁山县| 正定县| 邛崃市| 潞城市| 雷山县| 始兴县| 运城市| 株洲县| 杂多县| 宝兴县| 中超| 从化市| 手机| 三门县| 乐昌市| 景宁| 上饶市| 丹寨县| 土默特右旗| 舒兰市| 云浮市|