jQuery droppable and sortable: append to the Beginn not at the End
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
Demo
$li.prependTo(this);
use prependTo
精彩评论