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 :
EXAMPLE :
progressbar.html
Output :

Download Source Code
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> |
Download Source Code
No comments:
Post a Comment
Share your thoughts....