js-mindmap
js-mindmap copied to clipboard
Allow to create a map in a different root HTML element than body
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>