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