$(function() { $("div.hhh").each(function(indx, el){ $(this).next().html($("img", this).clone()); }); });