jQuery UI sortable: determining in what order the items are

Posted by Pieter on Stack Overflow See other posts from Stack Overflow or by Pieter
Published on 2010-04-19T16:33:55Z Indexed on 2010/04/19 16:43 UTC
Read the original article Hit count: 225

Filed under:
|
|
|

Here is an interesting use of JavaScript: reordering items with drag and drop. The implementation itself in my page works fine, but is there a way to determine in which order the user put the items?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-ui