diff options
-rw-r--r-- | ui/jquery.effects.core.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/jquery.effects.core.js b/ui/jquery.effects.core.js index aba35659c..7656ff41a 100644 --- a/ui/jquery.effects.core.js +++ b/ui/jquery.effects.core.js @@ -365,6 +365,7 @@ $.extend($.effects, { }); element.wrap(wrapper); + wrapper = element.parent(); //Hotfix for jQuery 1.4 since some change in wrap() seems to actually loose the reference to the wrapped element // transfer positioning properties to the wrapper if (element.css('position') == 'static') { |