Тогда так
// Call the load function with the href attribute of the item
loadImage(items.eq(index).attr('href'), function(){
placeholders.eq(index).html(this);
placeholders.eq(index).append("<span>" + items.eq(index).children('img').attr('alt') + "</span>");
});
}