Skip to content

Instantly share code, notes, and snippets.

@drocarmo
Created January 24, 2014 06:06
Show Gist options
  • Save drocarmo/8592727 to your computer and use it in GitHub Desktop.
Save drocarmo/8592727 to your computer and use it in GitHub Desktop.
Toggle Kanye West
$(".kanye").on("click", function() {
$(this).toggleClass("west");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment