Skip to content

Instantly share code, notes, and snippets.

@ABooooo
Created August 19, 2014 07:48
Show Gist options
  • Save ABooooo/090d6924672a1e299f78 to your computer and use it in GitHub Desktop.
Save ABooooo/090d6924672a1e299f78 to your computer and use it in GitHub Desktop.
Add or remove class
$( "#menu-item-11" ).addClass( "download" );
$( ".pages ul").removeClass( "btn btn-primary" ).addClass( "btn btn-success" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment