Anyone knows JQuery plugin to produce tree menu lo

2019-04-10 16:09发布

Hello Everyone I am wandering from hours to locate a Jquery plugin to produce a tree menu module like on geni.com , if anyone know such a plugin or script in Jquery kindly let me know or guide me how i can develop such functionality using Jquery?

Please check what i am looking for http://www.geni.com/family-tree/index/6000000010663773201 its developed in Flash but i wanna create same thing in Jquery.

Please help me out.

Thanks

标签: jquery menu tree
2条回答
女痞
2楼-- · 2019-04-10 16:46

This family tree by Pawnesh maybe what you need. enter image description here https://github.com/pawnesh/family_tree
Another option is GoJS family tree

enter image description here gojs family tree

查看更多
别忘想泡老子
3楼-- · 2019-04-10 17:11

There is no complete plugin for this. I used to work for a genealogy company so I know. You either have to start developing your own based on receiving JSON data regarding the relationship between family nodes, placements etc. Which is a very nice experience but will take you about 3 to 4 months solid at least.

Or you can start by Google Visualisation API. This link points you directly to an example of the API being used for a family tree type scenario. Although still you will need to add the drag to it.

I would say have a chat with your work people. And tell them about your options. If you are a front end guy there and you want to have this service as part of a business I would seriously consider making a bespoke one as it will teach you a lot and you can then improve it according to business and customer needs. If its not that important then knock one off the visualisation API and see you will get on.

Also I don't want to say Names, but do a Google search on Genealogy companies. SOME are out there who are using JavaScript successfully for this and you might be able to inspect some source code and get inspiration from them.

Also check The JavaScript InfoVis Toolkit, which provides tools for creating Interactive Data Visualizations for the Web.

查看更多
登录 后发表回答