diff options
author | Todd Parker <fg.todd@gmail.com> | 2009-01-19 18:24:50 +0000 |
---|---|---|
committer | Todd Parker <fg.todd@gmail.com> | 2009-01-19 18:24:50 +0000 |
commit | be22dee1daae5570f8c741a027b0212d7e671634 (patch) | |
tree | 01f73627f8b1b5940f779e122facd442b0db5942 /demos/progressbar | |
parent | 19ba6fe1cdddb205e0c10b41bf82eeea4353e8f4 (diff) | |
download | jquery-ui-be22dee1daae5570f8c741a027b0212d7e671634.tar.gz jquery-ui-be22dee1daae5570f8c741a027b0212d7e671634.zip |
Removed some content from default description and added to overview section on docs wiki instead,
Diffstat (limited to 'demos/progressbar')
-rw-r--r-- | demos/progressbar/default.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/demos/progressbar/default.html b/demos/progressbar/default.html index 213a31188..ff027abe3 100644 --- a/demos/progressbar/default.html +++ b/demos/progressbar/default.html @@ -27,9 +27,7 @@ <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> +<p>Default determinate progress bar example.</p> </div><!-- End demo-description --> |