It doesn't seem to be documented, but there is a setSequence(element, new_sequence) method in Sortable. http://madrobby.github.com/scriptaculous/sortable/
Have a dig through the source and see what it expects. https://github.com/madrobby/scriptaculous/blob/master/src/dragdrop.js#L906 Walter On May 22, 2012, at 6:05 AM, shanert wrote: > Is there a way to move a sortables with javascript? > > Example: A user sorts a few divs and the order is stored in a cookie with > Sortable.serialize. How to use the data in the cookie to rearrange the divs > to the order of the user, when he is visiting the site the next time? > > -- > You received this message because you are subscribed to the Google Groups > "Prototype & script.aculo.us" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/prototype-scriptaculous/-/-ZXsnxsRFNMJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/prototype-scriptaculous?hl=en. -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
