Skip to content

Instantly share code, notes, and snippets.

@jameslkingsley
Created October 29, 2016 00:32
Show Gist options
  • Select an option

  • Save jameslkingsley/afa671cfa58e9ea650876514453e0355 to your computer and use it in GitHub Desktop.

Select an option

Save jameslkingsley/afa671cfa58e9ea650876514453e0355 to your computer and use it in GitHub Desktop.
$(document).ready(function(e) {
$('el').click(function(event) {
event.preventDefault();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment