Search and Top Navigation
#5435 closed bug (fixed)
Opened March 26, 2010 02:30PM UTC
Closed March 27, 2010 01:01PM UTC
Last modified April 21, 2010 01:19PM UTC
Extend docs for options method
Reported by: | jzaefferer | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.8.1 |
Component: | [meta] ui.docs | Version: | 1.8 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Currently there's just a one-liner:
Signature: .autocomplete( "option" , optionName , [value] ) Get or set any autocomplete option. If no value is specified, will act as a getter.
Doesn't mention at all that you can pass a hash to set multiple options at once.
Added additional signature to all docs