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
- 자료구조
- OCR
- Queue
- mongoose
- MongoDB
- nodejs
- Express
- GIT
- Dinosaur
- Nest.js
- nestjs
- 게임
- Sequelize
- AWS
- jest
- Python
- MySQL
- dfs
- class
- Bull
- TypeScript
- typeORM
- JavaScript
- 정렬
- game
- react
- cookie
- 공룡게임
- flask
Archives
- Today
- Total
포시코딩
Onclick vs. AddEventListener, 버블링, 캡쳐링 본문
728x90
https://nangman14.tistory.com/27
Onclick vs AddEventListener 어떤 것을 사용해야 할까?
Onclick과 AddEventListener 라는 비슷한 메소드 중 어떤 것을 사용해야 할까? 우선 Onclick() 메소드는 다음과 같이 사용할 수 있다. 1 element.attachEvent('onclick', function() { /* do stuff here*/ }); attachEvent() 메소드
nangman14.tistory.com
https://ko.javascript.info/bubbling-and-capturing
버블링과 캡처링
ko.javascript.info
728x90
'JavaScript' 카테고리의 다른 글
[NestJS] How can I respond with a file and delete with interceptor (1) | 2024.02.27 |
---|---|
OpenCV.js - CV(Computer Vision) 오픈 소스 라이브러리 (0) | 2023.07.09 |
Tesseract.js - (OCR) 이미지 텍스트 인식 라이브러리 (0) | 2023.07.09 |
Cropper.js - 이미지 자르기 라이브러리 (0) | 2023.07.09 |
[Vue 3.0] data()와 methods() 대신 setup() 사용하기 (0) | 2023.06.21 |