Код: Выделить всё
className='container'>
Код: Выделить всё
setInterval(function () {
// ...
document.getElementById('replace-me').innerText(someVar)
}, 1000);
TypeError: document.getElementById(...).innerText не является функцией
Почему?>
Подробнее здесь: https://stackoverflow.com/questions/520 ... javascript
Мобильная версия