$(document).ready(function() { $(document).bind("contextmenu copy paste cut drag drop ", function (e) { return false; }); });