$('.item').each(function() { alert( $(this).find('.image').clone().wrap('<div/>').parent().html() ); });