This is probably very easy to do, but I always think too complicated.
I\'ve just set up a simple test with #draggable / #droppable with a fixed width/height + float:
I used this on a project
$("#reset").click(function () { $(".draggable-item").animate({ top: "0px", left: "0px" }); });
did the trick for me