Created
May 14, 2014 20:53
-
-
Save carlosrojaso/a8a1b8fe60c5bc2f09fc to your computer and use it in GitHub Desktop.
js Attributes
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
<!-- Inline code directly on HTML elements being clicked. --> | |
<a href="javascript:alert( 'Hello World' );">Click Me!</a> | |
<button onClick="alert( 'Good Bye World' );">Click Me Too!</button> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment