Rails - how to serialize a tree not in a form

Posted by tiny_clanger on Stack Overflow See other posts from Stack Overflow or by tiny_clanger
Published on 2010-05-04T19:28:18Z Indexed on 2010/05/06 20:38 UTC
Read the original article Hit count: 145

I started with the standard scriptaculous drag and drop tree, and that all works fine.

Then started implementing this: http://www.artweb-design.de/2008/5/30/scriptaculous-sortabletree which gives a good drag and drop tree

Where I am stuck is how to get serialize the tree (unordered list)? It's not in a form, and I can't find a way to serialize it to move onto setting up the AJAX update.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about AJAX