There is a Video player under the div that has myDiv class. I want to hide the whole web site and just wanted to display the Video i.e myDiv and it's children.How to do it using either jQuery or JavaScript.
<body>
<header></header>
<main>
<section></section>
<section>
<div class="myDiv">
<div></div>
<div</div>
</div>
</section>
<section></section>
</main>
<footer></footer>
</body>