$.map(rel, function(el,i){ $.get( '*.php', { href: el }, function (data) { $('#res').append("<div class='newp"+i+"'>"+data+"</div>");}) });