Skip to main content

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
Attachments (0)
Change History (2)

Changed August 27, 2008 02:44AM UTC by scottgonzalez comment:1

resolution: → fixed
status: newclosed

Fixed in [636].

Changed November 19, 2008 04:31AM UTC by rdworth comment:2

milestone: 1.61.6rc1