I'm trying to have some divs...
<div id="container">
<div id="content">
<p>Whatever goes here</p>
</div>
<div id="content">
<p>Whatever goes here</p>
</div>
</div>
And I want to be able to drag and drop them to reoder them. If I had three I would want to be able to drop the 3rd between the other two... i've searched high and low and cannot find any tutorials on how to do this..
Start Free Trial