2014-03-04 23 views

回答

1
$('#divVideo').bind('contextmenu', function(e) { 
return false; 
}); 

您可以使用此代碼禁用右鍵單擊。 divVideo將是包含視頻播放器或其他東西的div容器。