/js_sliding-tree-DOM

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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


Read the guideline before start

Guideline

Result