Skip to content

Instantly share code, notes, and snippets.

@andymboyle
Created February 22, 2016 16:20
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 andymboyle/7367cdb11cea7e80c728 to your computer and use it in GitHub Desktop.
Save andymboyle/7367cdb11cea7e80c728 to your computer and use it in GitHub Desktop.
$(document).ready(function() {
$("#cool").click(function() {
$(".whatever-div").css("background-color","blue"); //edit, body must be in quotes!
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment