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
절벽에서 떨어지고 있는 상황일지라도 아무것도 할 수 없는 것은 결코 아니다. 떨어지고 있으니까 하늘을 향해 날 수 있지 않은가? (로버트 슐러)