Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 천단위
- 문자열자르기
- Selectbox
- MySQL
- smarty
- 부모창
- Postfix
- yum
- SVN
- 한글 깨짐
- install
- random
- 확장자
- Eclipse
- Oracle
- docker
- Python
- ubuntu
- replace
- mariadb
- php
- centos
- i18n
- TextBox
- 일괄변경
- jQuery
- RabbitMQ
- TPL
- JavaScript
Archives
- Today
- Total
wilson's story
javascript selectbox selected 본문
반응형
// selectbox selected for (i = 0; i < document.getElementById("test").options.length; i++) { if (document.getElementById("test").options[i].value == "비교값이 들어감") { document.getElementById("test").options[i].selected = "selected"; } }
반응형