Skip to content

Instantly share code, notes, and snippets.

@pwnz22
Created October 28, 2016 20:10
Show Gist options
  • Select an option

  • Save pwnz22/0f4a9e656596c718ce069b3ecb356916 to your computer and use it in GitHub Desktop.

Select an option

Save pwnz22/0f4a9e656596c718ce069b3ecb356916 to your computer and use it in GitHub Desktop.
Prevent "contextmenu"
$(function(){
$(document).on("",function(e){
e.preventDefault();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment