<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에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5852 | 9년 전 | 630 | ||
| 5851 | 9년 전 | 561 | ||
| 5850 | 9년 전 | 406 | ||
| 5849 | 9년 전 | 307 | ||
| 5848 | 9년 전 | 309 | ||
| 5847 | 9년 전 | 304 | ||
| 5846 | 9년 전 | 289 | ||
| 5845 | 9년 전 | 310 | ||
| 5844 | 9년 전 | 335 | ||
| 5843 | 9년 전 | 430 | ||
| 5842 | 9년 전 | 322 | ||
| 5841 | 9년 전 | 1092 | ||
| 5840 |
|
9년 전 | 1215 | |
| 5839 | 9년 전 | 599 | ||
| 5838 | 9년 전 | 327 | ||
| 5837 | 9년 전 | 379 | ||
| 5836 | 9년 전 | 375 | ||
| 5835 | 9년 전 | 503 | ||
| 5834 | 9년 전 | 343 | ||
| 5833 | 9년 전 | 457 | ||
| 5832 | 9년 전 | 291 | ||
| 5831 | 9년 전 | 282 | ||
| 5830 | 9년 전 | 301 | ||
| 5829 | 9년 전 | 345 | ||
| 5828 | 9년 전 | 326 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기