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/04-default-browser-action/2-catch-link-navigation/task.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,5 +12,5 @@ Like this:
12
12
13
13
Details:
14
14
15
-
- HTML inside the element may be loaded or regenerated dynamically at any time, so we can't find all links and put handlers on them. Use the event delegation.
15
+
- HTML inside the element may be loaded or regenerated dynamically at any time, so we can't find all links and put handlers on them. Use event delegation.
16
16
- The content may have nested tags. Inside links too, like `<a href=".."><i>...</i></a>`.
0 commit comments