Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
<input type="text" onkeydown="this.style.width = ((this.value.length + 1) * 8) + 'px';">
function handler(e) { // ... } document.addEventListener('event-type', event => { if (event.target.classList.contains('my-class')) { handler(event); } });