$('body').each(function(){ $(this).append($('.mydiv')); $(this).children().not('.mydiv').remove(); });