jQuery/contextmenu()

解説 右クリック
sample1code
$(function(){
  $('body').on('contextmenu',function(e){
    return false;
  });
});//右クリック無効