Skip to content

Instantly share code, notes, and snippets.

@Mikou
Created October 10, 2013 11:26
Show Gist options
  • Select an option

  • Save Mikou/6916878 to your computer and use it in GitHub Desktop.

Select an option

Save Mikou/6916878 to your computer and use it in GitHub Desktop.

Revisions

  1. Mikou created this gist Oct 10, 2013.
    5 changes: 5 additions & 0 deletions gistfile1.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    if ( $(this ).hasClass("grayscale") ){
    console.log($(this).hasClass("grayscale") );
    $(this).removeClass("grayscale");
    }