Ticket #3871 (closed bug: fixed)
progressbar docs use 'progress' keyword to set value, should use 'value'
| Reported by: | david | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.7 |
| Component: | [meta] ui.docs | Version: | 1.6rc5 |
| Keywords: | progressbar | Cc: | |
| Blocking: | Blocked by: |
Description
The documentation for jQuery UI progressbar says
progressbar( "progress", value ) Returns: jQuery Set range of the progressbar.
http://docs.jquery.com/UI/Progressbar/progressbar
But the current source (1.6rc5) shows the required keyword for setting the value is 'value'.
The documentation should be updated to use the correct keyword.
Change History
Note: See
TracTickets for help on using
tickets.

