Skip to content

Instantly share code, notes, and snippets.

@sjockers
Created September 9, 2011 15:01
Show Gist options
  • Save sjockers/1206456 to your computer and use it in GitHub Desktop.
Save sjockers/1206456 to your computer and use it in GitHub Desktop.
IE6/7 workaround for jQuery's slideUp() and slideDown() methods
// slideUp() and slideDown() are terribly buggy in IE6 and IE7. Try using this instead:
.animate({ height: "toggle", opacity: "toggle"}, 600 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment