Skip to content

Instantly share code, notes, and snippets.

@jampekka
Last active August 29, 2015 14:16
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 jampekka/1ca9a3b3d6f52d06c0a3 to your computer and use it in GitHub Desktop.
Save jampekka/1ca9a3b3d6f52d06c0a3 to your computer and use it in GitHub Desktop.
<h1 id="otsake"></h1>
<script type="text/javascript" src="coffee-script.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-2.1.3.js"></script>
<script type="text/coffeescript">
otsake = $("#otsake")
otsake.text("Hello DOM!")
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment