Skip to content

Instantly share code, notes, and snippets.

@cubehrends
Last active September 27, 2018 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cubehrends/10e40bad36dd3bc210bef1cc0818f2c7 to your computer and use it in GitHub Desktop.
Save cubehrends/10e40bad36dd3bc210bef1cc0818f2c7 to your computer and use it in GitHub Desktop.
<script>
(function( $ ) {
$( "#js-caller" ).on( "click", function( event ){
alert('Payload executed!');
event.preventDefault();
});
})( jQuery );
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment