Update task.md
'use the event delegation' -> 'use event delegation'
This commit is contained in:
parent
c356514397
commit
f073dbdee9
1 changed files with 1 additions and 1 deletions
|
@ -12,5 +12,5 @@ Like this:
|
|||
|
||||
Details:
|
||||
|
||||
- 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.
|
||||
- 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.
|
||||
- The content may have nested tags. Inside links too, like `<a href=".."><i>...</i></a>`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue