here is a simple question. I have a \'ul\' which i have made sortable via jquery-ui\'s sortable() function. I want to remove elements when they are dragged off the list.
I'm sure there are more than one correct way to do that but if i had to do it I would probably use a wrapper element as droppable. Why not main site container, the almighty #wrapper! Bind to drop event of the droppable and remove the item completely. It won't stay in sortable either.