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
fnto serve up the setMode, save, restore, createWrapper, removeWrapper, and a few other helper functions that all take
elas 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
https://github.com/jquery/jquery-ui/pull/146 --- although right now it also includes http://bugs.jqueryui.com/ticket/7103