Disable right click context menu jQuery
Source Code:
<script>
$(document).ready(function() {
$(document).bind("contextmenu",function( event ){
event.preventDefault();
});
});
</script>
Free - Download it right now!
Tested
Include all files
Demo DownloadUnlock Your Free Download for Just $2