jsMind adjusts the position of the nodes by mouse dragging and dropping

  • 2020-05-27 04:16:22
  • OfStack

jsMind is a pure javascript mind map library, based on html5's canvas implementation, open source under the BSD protocol.

Provides the mind map display, editing and other functions, support freemind data format, rich development interface for use, specific functions please visit the software home page to further understand.

jsMind now supports dragging and dropping nodes. Simply reference the latest versions of jsmind.js and jsmind.draggable.js to use this feature. Note that when mind maps are set to uneditable, the drag-and-drop feature is also disabled.

Please visit the homepage of the project: http: / / hizzgdev github. io jsmind/experience.


<script type="text/javascript" src="js/jsmind.js"></script>
<!-- Just add the bottom js A reference -->
<script type="text/javascript" src="js/jsmind.draggable.js"></script>

That's all for this article, I hope you enjoy it.


Related articles: