-
jQuery 로 스타일 변경시 아래와 같이 하면 됨.document.getElementById("test").style.display = 'none'; ==> $("#test").css("display","none");