How do I disable context menu of the right mouse button in videos, so that the video menu does not appear?
$('#nome').contextmenu( function() {
return false;
});
The code above, but does not work in internet explorer, the video is left with an invalid font.