So what I’m trying to do is create an effect similar to when you drag and app icon on an iPad/iPhone to another section of the screen.
So using jQuerys UI sortable is there a way to detect if the item being dragged is outside/touching the edge of the container and then scroll over to the next screen. (I am currently using the jQuery cycle plugin for the scrolling part).
Would this be the best way to get this type of functionality or are there other, better ways of doing this?
The link below is what I have so far
Any help is really appreciated!
Many thanks
Here ya go:
Fiddle: http://jsfiddle.net/maniator/Az5kw/