Opened 14 years ago
Closed 14 years ago
#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: | |
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|---|
Priority: | minor → critical |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed, along with a complete overhaul of the progressbar docs to reflect the 1.6 API.