Skip to content

Instantly share code, notes, and snippets.

@videlais
Created September 1, 2015 23:46
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/1222d41f6e0760d69c63 to your computer and use it in GitHub Desktop.
Save videlais/1222d41f6e0760d69c63 to your computer and use it in GitHub Desktop.
Twine jQuery Replace
<div class="replaceMe">This text will be replaced</div>
<script>
$(".replaceMe").text("This text will be shown!");
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment