Created
April 18, 2017 14:30
-
-
Save stansidel/0ac64647d3a55338e65de0839c40132a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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