collapse/expand JS
collapse/expand JS
Out of context: Reply #3
- Started
- Last post
- 8 Responses
- mitsu0
oh and to expand:
mytd.style.display="";
just check the properties like this:
if(mytd.style.display=="")
{
mytd.style.display="none";
}understand?
oh and to expand:
mytd.style.display="";
just check the properties like this:
if(mytd.style.display=="")
{
mytd.style.display="none";
}
understand?