mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Backing out commit 795e880bba - errors popping up in IE 6/7/8.
This commit is contained in:
8
src/effects.js
vendored
8
src/effects.js
vendored
@@ -61,10 +61,10 @@ jQuery.fn.extend({
|
||||
} else {
|
||||
for ( var i = 0, j = this.length; i < j; i++ ) {
|
||||
var display = jQuery.css( this[i], "display" );
|
||||
|
||||
if ( !jQuery.data( this[i], "olddisplay" ) && display !== "none" ) {
|
||||
jQuery.data( this[i], "olddisplay", display );
|
||||
}
|
||||
|
||||
if ( display !== "none" ) {
|
||||
jQuery.data( this[i], "olddisplay", display );
|
||||
}
|
||||
}
|
||||
|
||||
// Set the display of the elements in a second loop
|
||||
|
||||
Reference in New Issue
Block a user