Hi Jon, That is exactly what I am looking for. Thanks a lot for your help!
Newbie :) On Mar 31, 12:38 pm, "Jon B." <[email protected]> wrote: > 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/... > > ~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.
