insert div after of contents of selected parent div http://api.jquery.com/prepend/
<script> $(document).ready(function(){ //Change DIVCLASS to DIV Names $('.DIVCLASS').prependTo('.DIVCLASS'); }); </script>