You probably need to change value to innerHTML or innerText, in your setInterval function.
document.getElementById(id).innerHTML= result;
I’m not sure what changed to break it though.
1
solved Code Mysteriously Stops Working [closed]
You probably need to change value to innerHTML or innerText, in your setInterval function.
document.getElementById(id).innerHTML= result;
I’m not sure what changed to break it though.
1
solved Code Mysteriously Stops Working [closed]