I want to use Sorting Interation with Droppable Interaction. There is one requirement in which i want a set of images to be droppable into trash or reorder in a sequence. I am able to do so but only 50%, in reordering case if i drop an element then it appends to gallery. This is the main problem, its appending the droppable image. What i did is: in the droppable case twp li are there one is gallery and second one is trash, so becomes droppable by the line: accept("#trash li"), in this i added accept("#trash li","#gallery li") but after doing this its just appending all cases.