Показать сообщение отдельно
  #22 (permalink)  
Старый 12.10.2018, 12:59
Профессор
Отправить личное сообщение для Dilettante_Pro Посмотреть профиль Найти все сообщения от Dilettante_Pro
 
Регистрация: 27.11.2015
Сообщений: 2,899

Тогда так
// 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>");
			});
		}
Ответить с цитированием