Skip to content

Instantly share code, notes, and snippets.

@juanprimal
Last active August 29, 2015 14:27
Show Gist options
  • Save juanprimal/02b768dced62ea9f9e5c to your computer and use it in GitHub Desktop.
Save juanprimal/02b768dced62ea9f9e5c to your computer and use it in GitHub Desktop.
=== dentro del head ===
<script>
function prevent(e) {
e.preventDefault();
}
</script>
==== en el link ====
<a href="#" onclick="prevent(event);" />click</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment