Created
July 14, 2016 14:02
-
-
Save nwtn/42137aec4919e83ff0fb5ab53cb24ce0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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