I'm using jqueryui sortable here is the code

<ul id="sortable" class="ui-sortable"> <li class="ui-state-default wells" data-id="59" data-cat="1"> Для него <span class="glyphicon glyphicon-remove del"></span> </li> <li class="ui-state-default wells" data-id="64" data-cat="1" style=""> Распродажа <span class="glyphicon glyphicon-remove del"></span> </li> <li class="ui-state-default wells" data-id="57" data-cat="1"> Для нее <span class="glyphicon glyphicon-remove del"></span> </li> <li class="ui-state-default wells" data-id="62" data-cat="1"> Для дома <span class="glyphicon glyphicon-remove del"></span> </li> </ul> 

with this code I connect

  $( "#sortable" ).sortable({ stop: console.log(ui) }); 

I get the object, but here's where to find the number of the position of the eliment in it. I don’t know the positioning of the element of left, top, but the position number