Skip to content

Instantly share code, notes, and snippets.

@nwtn
Created July 14, 2016 14:02
Show Gist options
  • Save nwtn/42137aec4919e83ff0fb5ab53cb24ce0 to your computer and use it in GitHub Desktop.
Save nwtn/42137aec4919e83ff0fb5ab53cb24ce0 to your computer and use it in GitHub Desktop.
<div class="btn" onclick="alert('something')">do something</div>
<a href="#" class="btn" onclick="alert('something')">do something</a>
<button type="button" class="btn" onclick="alert('something')">do something</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment