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
일이 즐거우면 인생은 낙원이고, 일이 의무이면 인생은 지옥이다. (고리끼)