In my html, I have the following <span> to show upload percentage:
<span id="progressBarText">0%</span>

I tried to update the percentage using the following javascript:
$("#progressBarText").innerHTML = "76%";

But it does not work. :(
Thanks.
Arden

Reply via email to