michael2
9/11/2017 - 1:26 AM

insert div after of contents of selected parent div http://api.jquery.com/append/

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>