I had a similar question a year and a half ago. See this thread for how I solved it:
http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/3e49dcd2996b210a/1541b21d594a1c45 ~Jon On Mar 30, 3:17 am, Newbie <[email protected]> wrote: > 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.
