Skip to content

Instantly share code, notes, and snippets.

@codeink
Last active December 16, 2015 17:58
Show Gist options
  • Save codeink/5473898 to your computer and use it in GitHub Desktop.
Save codeink/5473898 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
$("*").click(function(){
$("*").fadeToggle();
$("*").css({"color":"black",
"background-color":"blue",
"font-size":"500px"});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment