X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=fx%2Ffx.js;h=19293889651cd747bc0446738acdb666ec885ae7;hb=f2d4bffcc760eb03dae13a9d9e7f0bbd8ec33c1e;hp=184765bba7f7353eefd4e1ac8c9f255884ec6850;hpb=ed867fe6f8be7e6e1eeb948e5f7a3a9e6ee1f63e;p=jquery.git diff --git a/fx/fx.js b/fx/fx.js index 184765b..1929388 100644 --- a/fx/fx.js +++ b/fx/fx.js @@ -1,7 +1,7 @@ jQuery.fn.extend({ // overwrite the old show method - _show: jQuery.fn.show, + //_show: jQuery.fn.show, /** * Show all matched elements using a graceful animation. @@ -37,7 +37,7 @@ jQuery.fn.extend({ }, // Overwrite the old hide method - _hide: jQuery.fn.hide, + //_hide: jQuery.fn.hide, /** * Hide all matched elements using a graceful animation. @@ -440,8 +440,8 @@ jQuery.extend({ z.el.oldOverflow = jQuery.css( z.el, "overflow" ); // Make sure that nothing sneaks out - if ( z.el.oldOverlay == "visible" ) - y.overflow = "hidden"; + //if ( z.el.oldOverlay == "visible" ) + y.overflow = "hidden"; // Each step of an animation z.step = function(firstNum, lastNum){