Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

organization chart jquery plugin [closed]

Tags:

jquery

I want to create organization chart page, that allow the user to:

  1. Write node name in a text field.
  2. Drag and drop the text field to a specific location in the hierarchy DIV.
  3. Remove or update hierarchy(change node name or remove it).

After a quick search on the internet I found JavaScript InfoVis Toolkit and google code. The problem in InfoVis Toolkit that it uses HTML5 and I need HTML4.

Is there is any other organization chart jquery plugin that satisfies the requirements?

like image 346
ahmad Avatar asked Mar 03 '26 21:03

ahmad


1 Answers

Check out Google Chart Tools http://code.google.com/apis/chart/interactive/docs/gallery/orgchart.html It's pure Javascript and not JQuery tough, but we use it and it works ok.