Skip to content

Instantly share code, notes, and snippets.

@ABrouwer
Created April 3, 2014 14:53
Show Gist options
  • Save ABrouwer/9955831 to your computer and use it in GitHub Desktop.
Save ABrouwer/9955831 to your computer and use it in GitHub Desktop.
assignment 01
$(document).ready(function () { $("a").css({"color": "black"});});
$(document).ready(function () { $("a").on("click", function() { $(this).css({"color": "green"});});});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment