0
votes
Scriptaculous Sortable.create - Can’t hook the dragged element
The onChange function actually gets a handle to the element passed in.
Sortable.create("sortArea", {scroll:window, onChange:orderLi});
function orderLi(elementBeingDragged){
conso …
