任何人都知道 JQuery 插件可以生成类似于 geni.com 上的树形菜单
大家好 我花了几个小时寻找一个 Jquery 插件来生成像 geni.com 上那样的树形菜单模块,如果有人知道 Jquery 中的这样的插件或脚本,请让我知道或指导我如何使用 Jquery 开发这样的功能?
请检查我要查找的内容 http://www.geni.com/family-tree/索引/6000000010663773201 它是用 Flash 开发的,但我想在 Jquery 中创建同样的东西。
请帮帮我。
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Pawnesh 的这本家谱也许就是您所需要的。
https://github.com/pawnesh/family_tree
另一个选择是 GoJS 家谱
gojs 家谱
This family tree by Pawnesh maybe what you need.
https://github.com/pawnesh/family_tree
Another option is GoJS family tree
gojs family tree
没有完整的插件可以做到这一点。我曾经在一家家谱公司工作过,所以我知道。您要么必须根据接收有关家庭节点之间关系、位置等的 JSON 数据开始开发自己的数据。这是一次非常好的体验,但至少需要您大约 3 到 4 个月的时间。
或者,您也可以从 Google Visualization API 开始。此链接直接将您指向用于家谱类型场景的 API 示例。尽管如此,您仍然需要向其添加阻力。
我想说的是,和你的同事聊聊。并告诉他们你的选择。如果您是那里的前端人员,并且希望将这项服务作为业务的一部分,我会认真考虑制作定制服务,因为它会教您很多东西,然后您可以根据业务和客户需求改进它。如果它不是那么重要,那么就关闭可视化 API,然后看看你是否会继续使用。
另外,我不想说出名字,但可以在谷歌上搜索家谱公司。有些人成功地使用 JavaScript 来实现此目的,您也许可以检查一些源代码并从中获得灵感。
另请查看 JavaScript InfoVis Toolkit,它提供了用于创建 Web 交互式数据可视化的工具。
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.