In js or jQuery how would I go about this?

Hi folks,

I am trying to build 2 download progress bars like this:

and this

As you can see the first one is processing and the second on is downloading.

Now I am not sure where I am to start with this so any pointers would be really helpful please.

Cheers :slight_smile:

jQuery UI has a progress bar:
Progress Bar jQuery UI
There is a “Download Dialog” example. on that page.

1 Like

Thanks for that :slight_smile: I have solved it now

1 Like