$(document).ready(function() {  
 
     //this one line will disable the right mouse click menu  
     $(document)[0].oncontextmenu = function() {return false;}  
 
}); 

'프로그램 언어 > Jquery' 카테고리의 다른 글

날짜 계산 함수  (0) 2015.10.12
자바스크립트 속도 비교  (0) 2011.03.11
trim  (0) 2010.06.23
event.keyCode  (0) 2010.06.23
click 이벤트  (0) 2010.06.23

+ Recent posts