일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Agile
- instance
- 다나와
- AWS
- data
- TypeScript
- tensorflow
- visualizing
- webcrawling
- javascript
- adaptive life cycle
- analyzing
- opencv
- 애자일
- 크롤링
- python
- 프로젝트
- data analyze
- Project
- Crawling
- Scrum
- keras
- angular
- ECS
- 자바스크립트
- Method
- DANAWA
- algorithm
- pandas
- matplotlib
Archives
- Today
- Total
목록event control (1)
LiJell's 성장기

Log In Submit Control const loginForm = document.querySelector("#login-form"); const loginInput = loginForm.querySelector("input"); function onLoginSubmit() { const username = loginInput.value; console.log(username); } loginForm.addEventListener("submit", onLoginSubmit); html을 동작시키면 이름을 입력해도 form 때문에 submit될 때 자동으로 새로고침 되는 현상이 발생 중요한 건, event가 발생할 때 브라우저가 function을 호출하게 되는데, 첫 번째 argument로써 추가적인..
Front-End/JavaScript
2022. 5. 18. 00:17