Pankaj Pathak
How to Disable Right Click using JQuery?
By Pankaj Pathak in JQuery on May 02 2013
  • Satish
    Jun, 2014 12

    With the given code you can simpply disable the Right Click on hole of the page. However you can also disable right click on particular element.$(document).bind('contextmenu', function (e) {e.preventDefault();alert('Right Click is not allowed'); });

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS