How to get the sequence from sortable
How to get the sequence from sortable
If I grag c to a, it means c from position 3 to positon 1
how to get the information positon 3 to 1?
<ul>
<li>a</li>
<li>b</li>
<li>c</li>
</ul>
<script>
$('ul').sortable();
</script>
Topic Participants
chan15tw
Jörn Zaefferer