Skip to content

Instantly share code, notes, and snippets.

@rfvcorreia
Created January 2, 2014 12:07
Show Gist options
  • Select an option

  • Save rfvcorreia/8218337 to your computer and use it in GitHub Desktop.

Select an option

Save rfvcorreia/8218337 to your computer and use it in GitHub Desktop.
Toggle Element without animating width/height
$('#top-menu > ul').animate({height: "toggle", opacity: "toggle"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment