6
rated 0 times
[
7]
[
1]
/ answers: 1 / hits: 22368
/ 15 Years ago, sat, may 30, 2009, 12:00:00
I have the following structure:
<div id=container>
<div id=someid1 style=float:right></div>
<div id=someid2 style=float:right></div>
<div id=someid3 style=float:right></div>
<div id=someid4 style=float:right></div>
</div>
Now someid is acually a unique id for that div. Now i receive an array which has a different order say someid 3,2,1,4, then how do i move these divs around to match the new order using jQuery?
Thankyou very much for your time.
More From » jquery