1 2 3 4 5 6 | // 이미지 우클릭 방지 $(window.document).on( "contextmenu" , function (){ if (event.target.nodeName == "IMG" ){ return false ; } }); |
1 2 3 4 5 6 | // 이미지 우클릭 방지 $(window.document).on( "contextmenu" , function (){ if (event.target.nodeName == "IMG" ){ return false ; } }); |
gamza |
현재 버전 | |
---|---|
선택 버전 |