kennethkufluk / js-mindmap

JavaScript Mindmap
http://kenneth.kufluk.com/google/js-mindmap/
MIT License
606 stars 146 forks source link

Allow to create a map in a different root HTML element than body #21

Open saul-mtz opened 8 years ago

saul-mtz commented 8 years ago

The project seems to be created to work with the body tag as the root for the map, with these little changes we can create a new map using something like:

<any_html_tag>
  <ul>
     <!-- mind map definition --!>
  </ul>
</any_html_tag>