Skip to content

Instantly share code, notes, and snippets.

@cacheflow
Last active November 1, 2015 22:25
Show Gist options
  • Save cacheflow/ec32cbf7de3b012c60fb to your computer and use it in GitHub Desktop.
Save cacheflow/ec32cbf7de3b012c60fb to your computer and use it in GitHub Desktop.
$( "a" ).click(function( event ) {
event.preventDefault();
$( "<div>" )
.append( "default " + event.type + " prevented" )
.appendTo( "#log" );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment