jQuery: How to reverse sortable('serialize') arrays from last to first?
- by Binyamin
The discussion begins http://stackoverflow.com/questions/654535/jquery-what-to-do-with-the-list-that-sortableserialize-returns/2920760#2920760
How to reverse it from last to first, updateList.php?id[]=5&id[]=4&id[]=3&id[]=2&id[]=1&&action=update?
<ul>
<li id="oreder-5">5</li>
<li…