9
How to disable the right mouse button context menu in videos, so the video menuzinho does not appear?
$('#nome').contextmenu( function() {
return false;
});
The above code, but does not work in internet explorer, the video gets invalid source.
Tell me if it worked or not.
– Tony
It’s working on Chrome and firefox, but on ie no, I’ve cleared cookies and everything and nothing.....
– user3517672
Haha, excellent response in Zuul’s OS :)
– Sergio
there, it did work, it was bugged...
– user3517672