Skip to content

Instantly share code, notes, and snippets.

@gonzedge
Created November 11, 2011 02:10
Show Gist options
  • Save gonzedge/1356950 to your computer and use it in GitHub Desktop.
Save gonzedge/1356950 to your computer and use it in GitHub Desktop.
jQuery fadeIn and fadeOut: IE bug workaround
<body style="display: none;">
$(function(){
$('body').fadeIn(2000);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment