Sortable indexes

Sortable indexes

Is there an easy way to know once an item is moved what index it is now at?<div>
</div><div>I want to make an ajax call at that point to save the new position.  I will handle the full reorder of all the elements via a stored proc on the back end so I just need the new index.</div>
<div>
</div><div>Nathan</div>