[jQuery] How do I reset to the original positions of a sortable list? (using the .sortable() method)
Hey all,
I'm using this sortable method: http://docs.jquery.com/UI/Sortables/sortable
Works perfect! I have one question though: When a certain action is
taken by the user, I want to reset the original order of the <li>s in
the list. I can't seem to figure out how to do that. Does anyone have
any tips?
Thanks!