如何构建像 google 这样的拖放圆圈系统
我已经测试 G+ 一段时间了,我发现朋友拖放到圆圈中的效果非常好(你不觉得吗?)
我想知道如何实现类似的效果当拖动时使用 jQuery 将用户放入一个圆圈中。它可能会给我一个起点,以便为一棵树或一个正方形实现这一目标。 :)
谢谢
I've been testing G+ for a little while and i find the friends drag and drop into circle thing has a verry good effect (don't you think ?)
I was wondering how to achieve a similar effect when drag & dropping user into a circle using jQuery. It may give me a starting point in order to achieve this for a tree or a square. :)
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一个开源示例是 Circle Hack 或 Facebook Circles,来源:https://github.com/voloko/facebook -圆圈
可以根据您的需求进行定制(但不确定许可)
它使用UKI。
如果你想使用 jQuery 达到相同的效果,我建议使用 jQuery UI
An opensource example of this is Circle Hack or Facebook Circles, source: https://github.com/voloko/facebook-circles
Which could be customized for your needs (unsure about licensing though)
It uses UKI.
If you want to achieve the same effect using jQuery I recommend using jQuery UI
您应该尝试一下http://www .9lessons.info/2011/09/google-plus-style-drag-and-drop-adding.html
You should try this http://www.9lessons.info/2011/09/google-plus-style-drag-and-drop-adding.html