Skip to content

Instantly share code, notes, and snippets.

@fxcosta
Created April 24, 2017 03:35
Show Gist options
  • Select an option

  • Save fxcosta/4e87b0a5307899809630f21a2e0af1ee to your computer and use it in GitHub Desktop.

Select an option

Save fxcosta/4e87b0a5307899809630f21a2e0af1ee to your computer and use it in GitHub Desktop.
$('a').on('click', function() {
console.log('fui pressionado');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment