Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
heading
placeholder
<input>
<h3 class="heading">Заголовок 1</h3> <h3 class="heading">Заголовок 2</h3> <h3 class="heading">Заголовок 3</h3> <input type="text" class="input">
( c => { c = document.querySelectorAll( c ); return c[ Math.round( Math.random() * c.length ) ] } ) ( '.heading' )
const items = Array.from( document.querySelectorAll('.childcat-title'), item => item.textContent ); var rand = Math.floor(Math.random() * items.length); document.querySelector('.search-form__input').placeholder='Введите вашу модель, например, ' + items[rand] + '..';