var validates = document.queryselectorAll('input[type=text]') if(validates.checkValidity) { и выполняем условие }else { alert('Ошибка') }