Items losing events on Sortable

Items losing events on Sortable


Hi people!
I have a draggable list connected to a sortable. The items in the
draggable list are portlets, which have two buttons (edit and remove),
each of them with an event click handler.
When I drop these items in the sortable, the buttons (edit and remove)
lose the event handler. Check the code in the following links:
Draggable: http://pastebin.com/m4e8df231
Sortable: http://pastebin.com/m72565038
What should I do to clone the events?