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
- pytorch
- 컨테이너
- 오류
- pandas
- 프로그래머스
- YOLO
- Numpy
- C++
- 핑거스타일
- ubuntu
- Python
- paramiko
- LIST
- error
- SSH
- C
- 기타 연주
- Linux
- Docker
- Selenium
- Visual Studio
- 채보
- mysql
- label
- pip
- VS Code
- JSON
- C#
- windows forms
- OpenCV
Archives
- Today
- Total
목록option (1)
기계는 거짓말하지 않는다
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bw16Ff/btqO0TqYDKY/mKrgXYhgVjumc9muw5HrO1/img.jpg)
JavaScript var selectBox = document.getElementById("selectID");// id로 object 얻기 alert(selectBox.options.length);// option 개수 alert(selectBox.selectedIndex);// 선택된 option index alert(selectBox.options[selectBox.selectedIndex].id);// 선택된 option id alert(selectBox.options[selectBox.selectedIndex].value);// 선택된 option value alert(selectBox.options[selectBox.selectedIndex].text);// 선택된 option text se..
Web/JS
2020. 12. 3. 00:08