Insert Element Before
<script> $(document).ready(function(){ $('.DIVCLASS').insertBefore('.DIVCLASS'); }); </script>