Front/JS & jQuery
[jQuery] event.currentTarget
오선지♬
2022. 8. 22. 18:28
728x90
반응형
이벤트 버블링 단계 내의 현재 DOM요소를 말한다.
https://api.jquery.com/event.currentTarget/
event.currentTarget | jQuery API Documentation
Description: The current DOM element within the event bubbling phase. This property will typically be equal to the this of the function. If you are using jQuery.proxy or another form of scope manipulation, this will be equal to whatever context you have pr
api.jquery.com
728x90
반응형