[그누•영카트] 이미지만 오른쪽 마우스 버튼 금지
페이지 정보
루루아빠
3,150 1
2015.05.20 06:25:45
짧은주소
-
https://yadolee.com/tip/157 주소복사
본문
<script>
$(document).ready(function(){
$('img').bind("contextmenu",function(e){ return false; });
$('img').bind("selectstart",function(e){ return false; });
$('img').bind("dragstart",function(e){ return false; });
});
</script>
추천인 1
레벨 101
경험치 1,519,179
Progress Bar 13.8%
- 가입일 : 2015-03-04 03:24:54
- 서명 : KNOW YOUR LIMITS
BUT NEVER STOP TRYING TO EXCEED THEM !!
- 자기소개 : 루루의 자랑
루루아빠랍니다~~
최신댓글이 없습니다.


댓글
첫 번째 댓글을 남겨 주세요