Skip to content

Instantly share code, notes, and snippets.

@vaxinate
Created March 8, 2012 03:03
Show Gist options
  • Save vaxinate/1998296 to your computer and use it in GitHub Desktop.
Save vaxinate/1998296 to your computer and use it in GitHub Desktop.
$(
$('a.poopoo').click( function() {
// do some stuff
return false;
});
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment