diff options
author | Todd Parker <fg.todd@gmail.com> | 2008-12-30 20:40:41 +0000 |
---|---|---|
committer | Todd Parker <fg.todd@gmail.com> | 2008-12-30 20:40:41 +0000 |
commit | 04069424ced0b329d8335afcfba6a93de1181dea (patch) | |
tree | 906e089a5a024107d851064ae470008fd94303f2 /demos/progressbar/default.html | |
parent | 56727f40c010c974645c9d9a79914d1b273bad86 (diff) | |
download | jquery-ui-04069424ced0b329d8335afcfba6a93de1181dea.tar.gz jquery-ui-04069424ced0b329d8335afcfba6a93de1181dea.zip |
Added new resizable slider example
Diffstat (limited to 'demos/progressbar/default.html')
-rw-r--r-- | demos/progressbar/default.html | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/demos/progressbar/default.html b/demos/progressbar/default.html index 470fdc2f8..5a53999a7 100644 --- a/demos/progressbar/default.html +++ b/demos/progressbar/default.html @@ -17,7 +17,23 @@ </head> <body> -<div id="progressbar"></div> +<div class="demo"> + + <div id="progressbar"></div> + +</div><!-- End demo --> + + + +<div class="demo-description"> + +<p>This is the default determinate progress bar that is used to provide the current % complete status of a process. If the actual percent complete status cannot be calculated, an indeterminate progress bar (coming soon) or spinner animation is a better way to provide user feedback.</p> + +<p>The progressbar plugin accepts a single option of Value which can be updated programmatically to animate the bar.</p> + +</div><!-- End demo-description --> + + </body> </html> |