htmltable表格内容折叠,javascript表格内容的展开和折叠表格内容的展开和折叠
h2,h5,#tooltipMsg,p {
white-space: nowrap;
}
td {
border: 1px solid #ccc;
height: 50px;
text-align: center;
font-size: 10pt;
padding: 2px;
}
12
window.οnlοad=function(){
var tableOutIn=function(e,type){ //没有var声明在ie上会报错
if(!type){
e.style.display="none";//隐藏指定的⾏元素
html表格元素}
else {
e.style.display="table-row"; //table-row设置此元素会作为⼀个表格⾏显⽰
}
}
var _ElementById("tableOutIn"),statu=true;
statu=!statu;
tableOutIn(_ws[0],statu);
}
}

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。