티스토리 뷰
See the Pen Untitled by mill (@millfeel) on CodePen.
.off(): 이벤트와의 바인딩을 제거한다.
.one(): 바인딩된 이벤트 핸들러가 한번만 실행되고, 더는 실행되지 않는다.
*바인딩(binding)이란? 이벤트 핸들러를 특정 요소에 연결하는 것을 이벤트 바인딩(event binding)이라고 한다.
[공부좌표]
'jQuery > 이론' 카테고리의 다른 글
[jQuery] mouseenter, mouseover / mouseout, mouseleave / hover의 차이 (0) | 2022.01.03 |
---|---|
[jQuery] .children(), .find() (0) | 2021.12.27 |
[jQuery] .siblings(), .next(), .nextAll(), .nextUntil(), .prev(), .prevAll(), .prevUntil() (0) | 2021.12.27 |
[jQuery] .parent(), .parents(), .parentsUntil(), .closest() (0) | 2021.12.27 |
[jQuery] .clone() (0) | 2021.12.27 |
댓글