I have to show a message of the item's label s/he has just moved. How
to do this?
I tried something like this:
Sortable.create('thelist1',{containment:
['thelist1','thelist2','thelist3'], dropOnEmpty:true,
onUpdate:function(element){alert(element.innerHTML)}
});
However, it returns all items in the original sortable instead of the
one I am moving.
--
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.