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