<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>jQuery disable right click easily</title>
<script language="javascript" type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">
</script>
<script type="text/javascript" language="javascript">
$(function() {
$(this).bind("contextmenu", function(e) {
e.preventDefault();
});
});
</script>
</head>
<body>
<p>오른쪽 버튼 활성화 못하게 하기</p>
</body>
</html>
게시판 목록
팁게시판
디자인과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5827 | 9년 전 | 368 | ||
| 5826 | 9년 전 | 357 | ||
| 5825 | 9년 전 | 320 | ||
| 5824 | 9년 전 | 482 | ||
| 5823 | 9년 전 | 487 | ||
| 5822 | 9년 전 | 290 | ||
| 5821 | 9년 전 | 607 | ||
| 5820 | 9년 전 | 901 | ||
| 5819 | 9년 전 | 438 | ||
| 5818 | 9년 전 | 575 | ||
| 5817 |
|
9년 전 | 1377 | |
| 5816 | 9년 전 | 406 | ||
| 5815 | 9년 전 | 378 | ||
| 5814 | 9년 전 | 353 | ||
| 5813 |
|
9년 전 | 1147 | |
| 5812 | 9년 전 | 457 | ||
| 5811 | 9년 전 | 240 | ||
| 5810 | 9년 전 | 269 | ||
| 5809 | 9년 전 | 476 | ||
| 5808 | 9년 전 | 320 | ||
| 5807 | 9년 전 | 292 | ||
| 5806 | 9년 전 | 269 | ||
| 5805 | 9년 전 | 291 | ||
| 5804 | 9년 전 | 287 | ||
| 5803 | 9년 전 | 271 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기