the closest way that I have this happening is by doing a:
start: function(event, ui) {
$(this).find('script').remove();},
as an event listener to the sortable, but I have a feeling that this is a bad idea.
If anyone has a better way of doing I would love to hear them.