Skip to content

Instantly share code, notes, and snippets.

@lonekorean
Last active December 31, 2015 21:49
Show Gist options
  • Save lonekorean/8049470 to your computer and use it in GitHub Desktop.
Save lonekorean/8049470 to your computer and use it in GitHub Desktop.
Suppress assets pop up on CodePen (jQuery edition)
$('html').on('dragenter dragover', function(e) {
e.stopPropagation();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment