$(this) 란?
javascript - this
이벤트가 발생한 태그 요소가 표시 (jquery의 $(this)[0]와 같음)
jquery - $(this)
이벤트가 발생한 요소의 정보들이 Object로 표시된다.
'typescript' 카테고리의 다른 글
Property 'split' does not exist on type 'string | number | string[]'. Error (0) | 2021.03.13 |
---|---|
input type text에 input type file val() 이름 불러오기 (0) | 2021.03.13 |
sibling 요소 (0) | 2021.03.13 |
replace 정규표현식 (0) | 2021.03.13 |
typescript 변수 상수 선언 (ES6) (0) | 2021.03.13 |