I am looking for a Javascript library that gives me the same kind of 'sortable' functionality offered by jQuery UI, where I can have many tiles in a grid formation, and rearrange them:
http://jqueryui.com/demos/sortable/#display-grid
However, I also need some additional functionality that makes this a bit more complicated. I need:
Essentially what I want is something that behaves just like the Journal-building interface in the new iPhoto for iOS:
http://youtu.be/3HKgK6iupls?t=8m37s
Do any of you know of any libraries that can help me with this (or clever ways to extend jQuery UI), or will I have to write this myself?
Thanks.
Found it!