띵넨이형이 신기한걸 알려줬다.
잘만 활용하면 재밌는걸 만들수 있겠는걸
The onmousemove event occurs every time the mouse pointer is moved over the div element.
The mouseenter event only occurs when the mouse pointer enters the div element.
The onmouseover event occurs when the mouse pointer enters the div element, and its child elements (p and span).
onmousemove:
1번!
1번!
onmouseenter:
2번!
2번!
onmouseover:
3번!
3번!
'Tips' 카테고리의 다른 글
간략한 코드 공유하기 (0) | 2021.04.13 |
---|---|
VScode에서 Python Linter 경고 메시지 suppress (2) | 2021.04.07 |
동시성과 병렬성 (4) | 2020.09.30 |
USB 버전별 차이점 정리 (1) | 2020.09.30 |
Python Progress Spinner (0) | 2019.05.11 |