Skip to content

Instantly share code, notes, and snippets.

@ABooooo
Created April 15, 2014 12:37
Show Gist options
  • Save ABooooo/10729084 to your computer and use it in GitHub Desktop.
Save ABooooo/10729084 to your computer and use it in GitHub Desktop.
jquery add / remove class
$( ".class" ).addClass( "class" );
$( ".class").removeClass( "class" ).addClass( "class" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment