Lets say I have struckture like this:
<div id="stuff">
<div>1</div>
<div>2</div>
<div>3</div>
</div>
The divs will be dynamically added, meaning I cant say how much there will be.
When I rearrange the divs with jquery, is there a way to acces one of them even after they are moved? Is there some dynamically way to add an id to them and/or is there another way to achieve this?