Skip to content
Advertisement

Javascript disabling Div element on submit

The code below just hides the movie that I am playing behind. Remove element (if possible) or disable it, specially movie playing in background. I tried using document.video.disabled=true; but its not working. Any idea how to go around this problem please?

JavaScript

Advertisement

Answer

Try

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement