+ 1
How change the value of the progress bar with JavaScript?
I tried element.value = but it says "Cannot get property "value" of null" please help!
2 Answers
+ 3
Attach the code to your question so other could understand, how to answer the question properly. Maybe there can be some other defects. Please attach your code.
+ 1
Hi Jerold
elem.style.width = width + '%';Â