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

JS實(shí)現(xiàn)鼠標(biāo)點(diǎn)擊展開或隱藏表格行的方法

 更新時(shí)間:2015年03月03日 09:14:12   作者:代碼家園  
這篇文章主要介紹了JS實(shí)現(xiàn)鼠標(biāo)點(diǎn)擊展開或隱藏表格行的方法,實(shí)例分析了javascript操作table表格與css樣式的技巧,需要的朋友可以參考下

本文實(shí)例講述了JS實(shí)現(xiàn)鼠標(biāo)點(diǎn)擊展開或隱藏表格行的方法。分享給大家供大家參考。具體實(shí)現(xiàn)方法如下:

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

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>JS實(shí)現(xiàn)鼠標(biāo)點(diǎn)擊展開/隱藏表格行</title>
</head>
<body>
<script language="javascript">
function TestBlack(TagName){
 var obj = document.getElementById(TagName);
 if(obj.style.display==""){
  obj.style.display = "none";
 }else{
  obj.style.display = "";
 }
}
</script>
<table width="760" border="0" cellspacing="0" cellpadding="0">
    <tr onclick="TestBlack('divc');">
        <td width="760" height="20" bgcolor="#00CCFF">Click Me!</td>
    </tr>
    <tr id="divc">
        <td width="760" height="60" bgcolor="#9966FF"></td>
    </tr>
</table>
</body>
</html>

希望本文所述對大家的javascript程序設(shè)計(jì)有所幫助。

相關(guān)文章

最新評論

瓮安县| 汨罗市| 松阳县| 怀化市| 朝阳区| 山西省| 舒城县| 英山县| 东乌珠穆沁旗| 循化| 沙湾县| 东丽区| 双鸭山市| 华亭县| 平南县| 金寨县| 平阴县| 吉木乃县| 库伦旗| 浮梁县| 安塞县| 无锡市| 双峰县| 常熟市| 潼南县| 乃东县| 定州市| 和田市| 诸城市| 卓资县| 武平县| 大姚县| 侯马市| 商水县| 沙田区| 无极县| 西和县| 抚宁县| 潞城市| 贵定县| 霞浦县|