Soarabh
Soarabh

Reputation: 2950

How to create a progress bar

On a button click, I want to display a progress bar, When it completes 100% want to load something,For this stuff i want to use jQuery as well as css. I need some help, how to implement it.

Upvotes: 0

Views: 325

Answers (1)

William Brendel
William Brendel

Reputation: 32189

The jQuery UI library makes it easy. The examples on that page show how to create a progress bar, and the "Methods" tab shows how to update the value.

Upvotes: 3

Related Questions