Hello,
<div id="1" class="h">one</div>
<div id="2" class="h">two</div>
<div id="3" class="h">three</div>
<div id="4" class="h">4</div>
<div id="5" class="h">5</div>
When I click on 5 I want it to move to the position where id=3 is, using jQuery.
Thanks Jean