Search and Top Navigation
#3257 closed enhancement (fixed)
Opened August 27, 2008 02:42AM UTC
Closed August 27, 2008 02:44AM UTC
Last modified November 19, 2008 04:31AM UTC
Add option method to widgets
Reported by: | scottgonzalez | Owned by: | scottgonzalez |
---|---|---|---|
Priority: | major | Milestone: | 1.6rc1 |
Component: | ui.core | Version: | 1.6b |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Deprecate use of .data() for getting/setting options in favor of an option method.
$(...).plugin('option', optionName) // getter $(...).plugin('option', optionName, value) // setter $(...).plugin('option', { optionName1: value, optionName2: value }) // multi-setter
Fixed in [636].