Hello guys
I have a few elements in my document, after loading everything I change the positions of some elements using jquery, but the indexes are not updating, As per my knowledge when an element move above another its index should update, is there any command in jquery to update the index after a movement in the document.
thank yo guys
I get the index using indx = $("#container div").index($('#div_'+id));
then I change the position of this element ( to above another element by changing the css top value) after this, If i check the index of this element remains same, actually this element is in top position, so I think it index must change