This widget is used to display the progress of a process. The bar is coded to be flexibly sized through CSS and will scale to fit inside it's parent container by default.
This is a determinate progress bar, meaning that it should only be used in situations where the system can accurately update the current status complete.
The following code line is used to place a progress bar inside a element like div :
$("#progressbar").progressbar({ value: 37 }); For options, events ,method and theming click here
For options, events ,method and theming click here
EXAMPLE :
progressbar.html
<!DOCTYPE html> |
Output :

Learn from experts! Attend jQuery Training classes.
|
Recommend the tutorial |

Ask Questions? Discuss: jQuery UI Widget : Progressbar
Post your Comment