Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@videlais
Created September 1, 2015 23:38
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 videlais/3acf87c4096ae484f4cf to your computer and use it in GitHub Desktop.
Save videlais/3acf87c4096ae484f4cf to your computer and use it in GitHub Desktop.
Twine jQuery Color Changer
This text will be black.
<div class="colorMe">This text will be red</div>
<script>
$(".colorMe").css("color", "red");
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment