en.javascript.info/2-ui/2-events/03-event-delegation/1-hide-message-delegate/task.md
Ilya Kantor ab9ab64bd5 up
2017-03-21 14:41:49 +03:00

13 lines
259 B
Markdown

importance: 5
---
# Hide messages with delegation
There's a list of messages with removal buttons `[x]`. Make the buttons work.
Like this:
[iframe src="solution" height=420]
P.S. Should be only one event listener on the container, use event delegation.