문제

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?

도움이 되었습니까?

해결책

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

다른 팁

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

jTree Family Tree Script

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

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.

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top