You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2-ui/2-events/03-event-delegation/4-behavior-tooltip/task.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Details:
29
29
30
30
You'll need two events here:
31
31
-`mouseover` -- 요소 안으로 포인터가 이동할 때 발생하는 이벤트
32
-
-`mouseout` triggers when a pointer leaves an element.
32
+
-`mouseout`-- 요소 밖으로 포인터가 이동할 때 발생하는 이벤트
33
33
34
34
Please use event delegation: set up two handlers on `document` to track all "overs" and "outs" from elements with `data-tooltip` and manage tooltips from there.
0 commit comments