Hi All, Hopefully someone can help me out on this one. I am developing an application that calls for uploads. But since I am in a ''ajax'' environment so there are no reloads, everything is running on javascript. To do the uploads I open a child window which uploads the files and by using window.opener I update the parent with the list of uploaded files. This list needs to be sortable. And that brings me to the problem. I need some method of detecting a list update or a Sort.destroy event (not the best method since there are legit reasons to destroy the Sortable) so I can recreate the Sortable collection. I read in another post that it is the default behavior to break on a list item addition, but I am wondering if there is anyway around this. OR if there is a way to recreate the Sortable from the child window (which updates the list before it closes itself) Any thoughts or help would be greatly appreciated. Thanks, Diilbert --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---