Skip to content

Instantly share code, notes, and snippets.

@carlosrojaso
Created May 14, 2014 20:53
Show Gist options
  • Save carlosrojaso/a8a1b8fe60c5bc2f09fc to your computer and use it in GitHub Desktop.
Save carlosrojaso/a8a1b8fe60c5bc2f09fc to your computer and use it in GitHub Desktop.
js Attributes
<!-- 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