Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 423 Bytes

File metadata and controls

18 lines (11 loc) · 423 Bytes

Sliding tree

Task

Create an expandable tree.

Requirements:

  • Use delegation.
  • Clicking on the headline should hide or show elements (as in the screenshots).
  • Clicking outside the title text (in an empty place) should do nothing.
  • When you hover the title - it becomes bold, implemented through CSS.

Screenshot of the tree

screenshot

screenshot