admin管理员组

文章数量:1291642

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

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

Share Improve this question asked Jul 17, 2011 at 21:46 sf_tristanbsf_tristanb 8,85518 gold badges78 silver badges120 bronze badges 1
  • jqueryui has a really nice draggable/droppable implementation. – evan Commented Jul 17, 2011 at 21:54
Add a ment  | 

2 Answers 2

Reset to default 8

An opensource example of this is Circle Hack or Facebook Circles, source: https://github./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 remend using jQuery UI

You should try this http://www.9lessons.info/2011/09/google-plus-style-drag-and-drop-adding.html

本文标签: javascriptHow to build a drag and drop circle system like googleStack Overflow