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 | 29 | 30 |
Tags
- Selenium
- 기타 연주
- Numpy
- 채보
- JSON
- error
- VS Code
- 오류
- label
- nvidia-smi
- 핑거스타일
- pip
- 프로그래머스
- pytorch
- Python
- paramiko
- C++
- C#
- 컨테이너
- Docker
- windows forms
- OpenCV
- Linux
- YOLO
- mysql
- Visual Studio
- C
- pandas
- ubuntu
- SSH
Archives
- Today
- Total
목록select (1)
기계는 거짓말하지 않는다

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