mikejmoran of Speak Creative
3/19/2019 - 7:45 PM

wrap-multi-divs.js

$('.one, .two, .three').wrapAll('<div class="wrap">');

// or //

$('.one, .two, .three').wrapAll( $('<div>').addClass('wrap') );