$(document).ready(function() { //jobb klikk tiltás $(document).on('contextmenu', function(event){ event.preventDefault(); }); });