Cool eye

BlogJava 首页 新随笔 联系 聚合 管理
  63 Posts :: 4 Stories :: 3 Comments :: 0 Trackbacks
Fisrt, get tag by the id of the tag , then set tag.style.display =" none", the tag will be hidden, if set tag.style.display='',the tag will be displayed,
for example:
var tag=document.getElementById("tdGrid")
tag.style.display="none"
or
tag.style.display="";

posted on 2006-01-09 13:26 joeyeezhang 阅读(216) 评论(0)  编辑  收藏 所属分类: Javascript

只有注册用户登录后才能发表评论。


网站导航: