Ver original$(document).ready(function(){ $('.div1').each(function(){ $(this).appendTo($(this).parent()); });});