Is it possible to create two sortable lists in Rails using
the sortable_element, draggable_element, and drop_receiving_element
documented at:
http://api.rubyonrails.com/classes/ActionView/Helpers/ScriptaculousHelper.html
I would like to get the same effect as the demo at:
http://wiki.script.aculo.us/scriptaculous/page/print/SortableListsDemo
but just using Rails actions and helpers.
Thanks,
Don Mc