tags:

views:

48

answers:

3

I would like to design a family tree on my website. How can this be done with jQuery or Ajax? Any animated examples out there?

A: 

Check www.geni.com. They use Flash, not JavaScript, but it's nice, animated and so on.

Muad'Dib
+2  A: 

Use the Google Visualization API, it's well documented: http://code.google.com/apis/visualization/documentation/gallery/orgchart.html#Example

Jon McIntosh
I agree. Many thanks Jon.
Erik
A: 

A quick look at the jQuery plugin site turned up Arrows & Boxes. It looks like it does what you need. If this one doesn't work out, there are probably a dozen others to try.

Drew Wills