Reputation: 5791
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?
Upvotes: 13
Views: 19518
Reputation: 436
Have a look at my sample created using d3.js, mobile responsive.
Able to display difficult relationships such as multiple marriages and marriages between family members. Created using d3.js
Upvotes: 0
Reputation: 6571
The following link will be helpful to share here as i applied every logic mentioned here but none works. at last i found this solution. It helped me build professional family tree via jquery and php
Upvotes: 3
Reputation: 29246
Check www.geni.com. They use Flash, not JavaScript, but it's nice, animated and so on.
Upvotes: 1
Reputation: 8446
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.
Upvotes: 0
Reputation:
Use the Google Visualization API, it's well documented: http://code.google.com/apis/visualization/documentation/gallery/orgchart.html#Example
Upvotes: 14