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@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---