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

14 lines
257 B
Markdown

importance: 5
---
# Tree menu
Create a tree that shows/hides node children on click:
[iframe border=1 src="solution"]
Requirements:
- Only one event handler (use delegation)
- A click outside the node title (on an empty space) should not do anything.