selectBoxType = document.querySelectorAll('.form-control');
Uncaught TypeError: Cannot read property 'undefined' of undefined
Uncaught TypeError: Cannot read property 'querySelector' of null
form.reset()
? const inputsCalc = document.querySelectorAll('.calc-block > input');
inputsCalc.forEach((elem) => {
elem.addEventListener('keyup', (event) => {
let target = event.target;
target.value = target.value.replace(/[^\d,]/g, '');
});
});
http://site.ru
replace()
стало <a href="http://site.ru">site.ru</a>
Ругается на: , когда происходят изменения...