Skip to content

Instantly share code, notes, and snippets.

@stansidel
Created April 18, 2017 14:30
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 stansidel/0ac64647d3a55338e65de0839c40132a to your computer and use it in GitHub Desktop.
Save stansidel/0ac64647d3a55338e65de0839c40132a to your computer and use it in GitHub Desktop.
<script>
$(document).on('click', '#make_header_red', function() {
$('#header').css('font-color', 'red');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment