diff --git a/jquery/jquery.js b/jquery/jquery.js index a2a52187..606bd5c6 100644 --- a/jquery/jquery.js +++ b/jquery/jquery.js @@ -1609,7 +1609,7 @@ jQuery.macros = { * @type jQuery */ hide: function(){ - this.oldblock = jQuery.css(this,"display"); + this.oldblock = this.oldblock || jQuery.css(this,"display"); if ( this.oldblock == "none" ) this.oldblock = "block"; this.style.display = "none";