Edit in JSFiddle

jQuery(function($){
    $(document).bind("contextmenu",function(e){
        return false;
    });
});
right click is disabled here