Html & Script

소스보기 막기

컨텐츠 정보

본문

<body oncontextmenu="return false" onselectstart="return false" ondragstart="return false">


$(document).ready(function(){  

    $(document).on("contextmenu dragstart selectstart",function(e){

        return false;

    });

});

관련자료

댓글 0
등록된 댓글이 없습니다.
Today's proverb
우리 시대에 가장 암울한 말이 있다면 "남 하는 대로" "나 하나쯤이야" "세상이 그런데". 우리 시대에 남은 희망이 있다면 "나 하나만이라도" "내가 있음으로 " "내가 먼저". (박노해)