Skip to content

Instantly share code, notes, and snippets.

@Mikou
Created October 10, 2013 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mikou/6916878 to your computer and use it in GitHub Desktop.
Save Mikou/6916878 to your computer and use it in GitHub Desktop.
if ( $(this ).hasClass("grayscale") ){
console.log($(this).hasClass("grayscale") );
$(this).removeClass("grayscale");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment