Skip to content

Instantly share code, notes, and snippets.

@kswlee
Created June 27, 2012 15:50
Show Gist options
  • Select an option

  • Save kswlee/3004971 to your computer and use it in GitHub Desktop.

Select an option

Save kswlee/3004971 to your computer and use it in GitHub Desktop.
// No chaining
$("#menu").fadeIn('fast');
$("#menu").addClass(".active");
$("#menu").css('marginRight', '10px');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment