1
58
$(document).ready(function() { $('#videoElementID').bind('contextmenu',function() { return false; }); });