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
@@ -28,7 +28,7 @@ Details:
28
28
- The tooltip content is given in the `data-tooltip` attribute. It can be arbitrary HTML.
29
29
30
30
You'll need two events here:
31
-
-`mouseover`triggers when a pointer comes over an element.
31
+
-`mouseover`-- 요소 안으로 포인터가 이동할 때 발생하는 이벤트
32
32
-`mouseout` triggers when a pointer leaves an element.
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