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 Download
Unlock Your Free Download for Just $2

Reviews and Comments