en.javascript.info/2-ui/2-events-and-interfaces/5-event-delegation/1-hide-message-delegate/task.md
2014-12-22 13:55:31 +03:00

11 lines
499 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Скрытие сообщения с помощью делегирования
[importance 5]
Дан список сообщений. Добавьте каждому сообщению кнопку для его удаления.
**Используйте делегирование событий. Один обработчик для всего.**
В результате, должно работать вот так(кликните на крестик):
[iframe src="solution" height=500]