Reputation: 13
I have a droppable-List and I want that the Item will while dragging be appended to the begin of the sortable-List and not to the End. is there a way?
Here the Code: http://jsfiddle.net/cjboco/8snSf/
Thanks
Upvotes: 1
Views: 789
Reputation: 78520
Demo
$li.prependTo(this);
use prependTo