How to update the status dynamocally using progress tag | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to update the status dynamocally using progress tag

3rd Feb 2019, 12:40 PM
Aruna Devi
2 Answers
+ 3
See my code , maybe you can find something useful. https://code.sololearn.com/Winq1WpFNw4y/?ref=app
3rd Feb 2019, 9:22 PM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar
+ 1
Try to change value with JS. For example: var progressBar = document.getElementById("progressBar"); progressBar.value = 23; Experiment with the loop.
3rd Feb 2019, 3:34 PM
Krzysztof B
Krzysztof B - avatar