source list and sortable list
Hi all,
I am pretty new to Javascript and jquery so bear with me ;-)
I went through all the demos I could find but unfortunately I did not
find a way to achieve the following:
I have a list with draggable items, call it the source list (e.g. a
set of Lego bricks). Second, I have a sortable target list of Lego
bricks. I would like to drag a brick from the source list and drop it
in the target list but in such a way that sorting is active. It is
like the demo you can find here:http://interface.eyecon.ro/demos/
sort.html, but the dragged element should be cloned one way or another
so that the original just stays in the source list.
thanks and regards,
Marc