Search and Top Navigation
#3871 closed bug (fixed)
Opened January 19, 2009 08:37PM UTC
Closed January 20, 2009 03:48AM UTC
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.