2

I am looking for a jQuery Based tree Structure plugin for the following.

It should take three level image indicator.

  1. Empty Circle - to tell there are no child elements.
  2. Plus Circle - to indicate it contains child elements
  3. Minus circle - to indicate collapse

enter image description here

Harsha M V
  • 54,075
  • 125
  • 354
  • 529
  • You probably wanna look at this post: http://stackoverflow.com/questions/7034/graph-visualization-code-in-javascript - it lists a whole list of jquery based visualization plugins that you could check out – PhD Mar 12 '12 at 06:51

1 Answers1

2

Maybe JSTree is something for you? http://www.jstree.com/

With JSTree you can set the icons of the treeitems yourself.

Rody
  • 2,675
  • 1
  • 22
  • 40