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
인간을 현재의 모습으로 판단한다면 그는 더 나빠질 것이다. 하지만 그를 미래의 가능한 모습으로 바라보라 그러면 그는 정말로 그런 사람이 될 것이다. (괴테)