2013년 10월 28일 월요일

자바스크립트에서 태그 스타일 바꾸기

<script>
document.getElementById('tagId').setAttribute('style', 'width:500px'); // style='width:500px'
document.getElementById('tagId').removeAttribute('style'); // style==null
</script>
.
.
.
<input type="text" id="tagId" />



 

댓글 없음:

댓글 쓰기