Sortable.destroy |
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.
Availability
script.aculo.us V1.1b1 and later.
Syntax
Sortable.destroy( element );
Notes
A call to Sortable.create implicitly calls on Sortable.destroy if the referenced element was already a Sortable. |