Fixed two bugs with togglling.
This commit is contained in:
parent
879225b3ae
commit
82e0a5a810
3 changed files with 11 additions and 11 deletions
8
fx/fx.js
8
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){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue