Skip to main content

Search and Top Navigation

#7105 closed enhancement (wontfix)

Opened March 11, 2011 03:02PM UTC

Closed June 25, 2012 10:11PM UTC

Improving Internal Effects API - Part 3

Reported by: gnarf Owned by: gnarf
Priority: minor Milestone: 1.9.0
Component: ui.effects.core Version: 1.8.10
Keywords: Cc:
Blocked by: Blocking:
Description

We could potentially leverage

 $.effects.$ = jQuery.sub() 
and extend its
fn
to serve up the setMode, save, restore, createWrapper, removeWrapper, and a few other helper functions that all take
 el 
as a first parameter. Each of the effect functions can then use
 $.effects.$( this ) 
and have all the helper functions available in a nice chain.

Got most of these changes in and you can look at the branch here: https://github.com/gnarf37/jquery-ui/compare/master...effects-sub

Attachments (0)
Change History (3)

Changed March 11, 2011 03:04PM UTC by gnarf comment:1

owner: → gnarf
status: newassigned

Changed March 11, 2011 08:02PM UTC by gnarf comment:2

blockedby: → 7103

Changed June 25, 2012 10:11PM UTC by scottgonzalez comment:3

resolution: → wontfix
status: assignedclosed

$.sub is deprecated.