Skip to content

Instantly share code, notes, and snippets.

@ericlbarnes
Last active August 29, 2015 14:15
Show Gist options
  • Save ericlbarnes/fc9bb0e98b048d7dd05e to your computer and use it in GitHub Desktop.
Save ericlbarnes/fc9bb0e98b048d7dd05e to your computer and use it in GitHub Desktop.
<div class="button">
<a href="#" onClick="doThing()">CLICK ME</a>
<script src="javascript">
function doThing() {
//...
}
</script>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment