+ 1
How to update the status dynamocally using progress tag
2 Respostas
+ 3
See my code , maybe you can find something useful.
https://code.sololearn.com/Winq1WpFNw4y/?ref=app
+ 1
Try to change value with JS.
For example:
var progressBar = document.getElementById("progressBar");
progressBar.value = 23;
Experiment with the loop.