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?
13
votes
5 Answers
14
votes
Use the Google Visualization API, it's well documented: http://code.google.com/apis/visualization/documentation/gallery/orgchart.html#Example
3
votes
1
votes
0
votes
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.
0
votes
Have a look at my sample created using d3.js, mobile responsive.
- Mouse scroll to zoom, draggable, with interactive tooltip
- The 'Find' button to search any family member
- 'Reset' button to reset zoom & position
Able to display difficult relationships such as multiple marriages and marriages between family members. Created using d3.js