michael2
9/11/2017 - 1:28 AM

Group and wrap all divs in a parent div http://api.jquery.com/wrapall/

Group and wrap all divs in a parent div http://api.jquery.com/wrapall/

<script type="text/javascript">
$(document).ready(function() {
                $('#DIV , .DIV').wrapAll('<div class="WRAPNAME" />');
});

</script>