February 10, 2012
Allow sortable elements to be positioned freely on the screen
Question by Ryan
I am trying to use the jQuery UI’s draggable & Sortable to make an object drag-able freely so that the object does not have to remain next to each other in a container.
I want the object to be positioned freely within its parent.
How can I achieve this?