$('.box-related-product-top > div').each(function(){ $(this).find('.image').appendTo(this); $(this).find('.name').appendTo($(this)); $(this).find('.price').appendTo($(this)); $(this).find('.cart').appendTo($(this));});
Try it: http://jsfiddle.net/m6djm/1/