Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 시간
- 기록
- pandas
- streamlit
- 판다스
- HTML
- 안드로이드
- 코틀린
- MLB
- 배포
- 파이썬
- 어플
- CSS
- oracle
- 오라클
- mlb stats api
- 자바
- Android
- 스프링
- Python
- gcp
- JQuery
- javascript
- 제이쿼리
- 프로젝트
- kotlin
- 자바스크립트
- 앱
- Spring
- java
Archives
- Today
- Total
목록getElementById (1)
develope_kkyu

getElementById 이용 .html + .js window.addEventListener("load", function(){ let btnAdd = window.document.getElementById("add"); btnAdd.onclick = function(){ let x,y; x = parseInt(document.getElementById("txt1").value); y = parseInt(document.getElementById("txt2").value); sum.value = x+y; } }); querySelector 이용 .html + .js window.addEventListener("load", function(){ let btn = document.querySelector..
FrontEnd/JAVASCRIPT
2022. 12. 22. 12:01