$(document).ready(function()
{
$(document).bind(“contextmenu",function(event){
return false;
});
});
Sample Page
<style>
body{-webkit-user-select:none;-webkit-touch-callout:none;-moz-user-select: none;}
</style>
<style>
body{-webkit-user-select:none;-webkit-touch-callout:none;-moz-user-select: none;}
</style>
$(document).ready(function()
{
$(document).bind(“contextmenu",function(event){
return false;
});
});