tags:

views:

36

answers:

1

Hi, 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.

+3  A: 

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.

William Brendel
but i want to create my own progress bar..
saorabh