Hi,
I tried the following, which works fine.
$("#progressBarText").attr("innerHTML", data.uploadProgress.percent + "%");
Thanks.
Arden

On Tue, May 27, 2008 at 4:45 PM, arden liu <[EMAIL PROTECTED]> wrote:

> 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