Html & Script

소스보기 막기

페이지 정보

본문

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


$(document).ready(function(){  

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

        return false;

    });

});

관련자료

등록된 댓글이 없습니다.
Today's proverb
돈을 잃은 건 잃은 게 아니다. 명예를 잃은 건 조금 잃은 것이다. 용기를 잃은 건 모두 잃은 것이다.