From 5ef97d7a13e5f4d633097c56ceaf0e4aa516b0e3 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Thu, 28 Jan 2010 17:31:02 +0000 Subject: [PATCH] effects: fixed #4097 - bind/fold didnt work --- ui/jquery.effects.core.js | 1 + 1 file changed, 1 insertion(+) 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') { -- 2.39.5