Hi! And sorry for my poor english ;-) I''m actually trying to set up a sortable list. Everything was working fine until i tried to use the onUpdate listener to save the order of my list. If i do this: <script type="text/javascript" language="javascript" charset="utf-8"> // <![CDATA[ Sortable.create(''mylist'', {ghosting:true, onUpdate: function() { alert(Sortable.serialize(''mylist'')); } }); // ]]> </script> It works fine. But if i set ghosting to false, no more alert :-( Could you help me please? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---