클릭시 해당id값이 보이거나 안보이거나
function test(){
document.getElementById('test').style.visibility='visible';
무조건 보임
}
function closeSitemap(){
document.getElementById('test').style.visibility='hidden';
무조건 안보임
}
'progarm_old > [HTML-JS]' 카테고리의 다른 글
배너(banner) (0) | 2013.09.26 |
---|---|
숫자를 한글로 변환하여 보여주기 (0) | 2013.08.23 |
[js] 팝업 시간 되면 열리게하기 (0) | 2013.06.27 |
태그속 높이 구하기 (0) | 2013.06.11 |
[html] window.print(); (0) | 2013.03.12 |