Seeking jQuery demo of sort and reorder like iPhone icons

假装没事ソ 提交于 2019-12-24 08:15:44

问题


I'm trying to duplicate the drag and reorder action of the icons on the iPhone screen.

I want to rearrange divs on a page basically. Like in flickr when you organize your images... you drag one and others make room for it. The gap where you removed it from closes up. I want to do the same thing with divs that contain data.

I did find one page here that offers some insight... but their demo doesn't even work. So the search continues.

I'm new at jQuery, but am getting there. If I could locate a demo of this solution I could work with it.

UPDATE... Meh... it is starting to look like I'll just use Sortables and just allow vertical sorting. That should work.


回答1:


This doesn't do what you want but might point you in the right direction.

Quicksand



来源:https://stackoverflow.com/questions/2865790/seeking-jquery-demo-of-sort-and-reorder-like-iphone-icons

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!