Use Sortable.destroy to completely remove all event handlers and references to a Sortable created by Sortable.create. It does not remove or alter the referenced element in any other way.
script.aculo.us V1.1b1 and later.
Sortable.destroy( element );
A call to Sortable.create implicitly calls on Sortable.destroy if the referenced element was already a Sortable.