Disable right click jquery
by Ketan Patel
HTML
<img src="" width="600" height="600" alt="irgendeinbild" />
google text go to here...
<a href="https://google.com">kjh</a>
<!-- right click on the image is disabled -->
CSS
img{ border:solid 0px ; background-color:; display:block; margin:0px;}
JavaScript
$(document).bind("contextmenu",function(e){return false;});