I use jquery ui to apply a drag and drop effect on a serial of DIVs, for example:
... .
Have a look at the jQuery .live(). I believe you could use it here. If not - just attach .draggable() when you create your element.
.draggable()