Trying to figure out how to present a large amount of data in a tree structure. Each node could have multiple children and parents, requiring a dynamic representation.
I've explored various JavaScript libraries like D3 and Raphael, but unfortunately, I'm limited to using only JQuery. Therefore, I need a solution that relies solely on HTML, CSS, and JS/JQuery for implementation.
The target audience is strictly IE8 users.
Any innovative ideas to achieve this?