Replaced Draggable isn't Draggable anymore

Replaced Draggable isn't Draggable anymore

Hello everybody,

well - I'm stuck. I hope somebody can help me.

I have a list of items with draggables in it. Now I replace one of the entries via AJAX and replaceWith. The new line appears, has a new draggable image (same id line the draggable before) and the 'droppable' call as inline js.

The inline js seems to be evaluated (tested with a dummy-alert) but the draggable image cannot be dragged.

Anybody knows, what I might be doing wrong? or is this an jQuery issue?