4

Are there jQuery or JavaScript libraries or plugins for writing something like mind-mapping?

pimvdb
  • 151,816
  • 78
  • 307
  • 352
user950067
  • 75
  • 1
  • 5
  • possible duplicate of [jQuery Mind Map/Think Map](http://stackoverflow.com/questions/1374149/jquery-mind-map-think-map) – Marek Sebera Sep 18 '11 at 08:38

2 Answers2

7

See if one of these is OK:

http://code.google.com/p/jsplumb/

http://www.mxgraph.com/mxgraph.html

I have two more, but it won't let me post more than two links. I'll see if it allows a second answer with the other two. If not check my Twitter stream @roygrubb

Roy Grubb
  • 71
  • 1
4

Try looking on this: http://www.headjump.de/article/arrows-and-boxes

It is jQuery library which transforms right syntax into mind-map-like graphs

More libraries you should like:
http://code.google.com/p/js-mindmap/
http://www.yworks.com/en/products_yfilesajax_about.html
http://www.kylescholz.com/blog/projects/jsviz/

Marek Sebera
  • 39,650
  • 37
  • 158
  • 244