
$(document).ready(function() {
    $(document)[0].oncontextmenu = function() { 
        return false; 
    }
});

