Hello, I have a page on my website where there is a sortable list (using the sortable_element helper) and also a form which is used to add items the sortable list. The sortable list uses the :handle option to setup an element to drag each list item by. The problem is when I submit the form (via AJAX) and update the list (using page.insert_html) I am unable to sort the new item in the list. I think this is because when the list item is added to the sortable list the Event observer isn''t being created for the handle within the list item. If anyone can offer some advise on how to setup an an Event observer in rjs to make an item draggable using a handle it would be much appreciated. Scott -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---