Skip to content

Instantly share code, notes, and snippets.

@alexermakov
Created December 18, 2016 18:06
Show Gist options
  • Select an option

  • Save alexermakov/9a0938dc4a9d0223c151fc1761ef9287 to your computer and use it in GitHub Desktop.

Select an option

Save alexermakov/9a0938dc4a9d0223c151fc1761ef9287 to your computer and use it in GitHub Desktop.
check right button click
- прослушваем правый клик
$(function(){
$(document).on("contextmenu",function(e){
e.preventDefault();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment