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

const title = document.querySelector("div.hello:first-child h1"); function handleTitleClick() { title.style.color = "blue"; console.log("title was clicked!"); } title.addEventListener("click", handleTitleClick); 클릭하면 추가해보기 browser console에서 변화를 확인해보세요! 다양한 이벤트를 링크를 통해 확인해보세요 https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement const h1 = document.querySelector("div.hello:first-child h1")..
Front-End/JavaScript
2022. 5. 17. 18:13