Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
right click
.
Show all posts
Showing posts with label
right click
.
Show all posts
Sunday, August 11, 2013
Jquery/JS prevent right click menu in browsers
›
Using jQuery: $ ( 'div#id_of_div' ).on ( "contextmenu" , function ( evt ){ evt . preventDefault (); return false ...
›
Home
View web version