Не знаю, что там насчет
Сообщение от Stas1985
|
есть код
|
а вставить span нетрудно
<div class="placeholder">
<img src="https://javascript.ru/cat/list/donkey.gif">
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>
$('.placeholder img').after('<span>.......</span>');
</script>