[].forEach.call(document.querySelectorAll('input'), function(el) { el.addEventListener(el.type === 'text' ? 'input' : 'change', style); });