var parse=$(res.responseText), tab = parse.find(".text"); tab.find("img").each(function(){ this.src = "http://site1.ru/" + this.src; }); $("#conteiner").append(tab)