Skip to content

Instantly share code, notes, and snippets.

@mpolichette
Last active December 23, 2015 05:39
Show Gist options
  • Save mpolichette/6588455 to your computer and use it in GitHub Desktop.
Save mpolichette/6588455 to your computer and use it in GitHub Desktop.
(function () {
$(function(){
$("#colorize").on("click", function () {
$("div.color-container > p").css({"color": "red"});
});
});
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment