$(document).ready(function() {
    $(this).bind("contextmenu", function(noSave) {
        noSave.preventDefault();
    });
});
