Looking for assistance in updating my code to meet my requirements. Here is what I am looking for:
You can find my full code here: http://jsfiddle.net/2urmku1h/
Specifically, I need to make a change to this section:
<div style="display:none;">Change style of this div to Block fro js above</div>
Additionally, I have some JavaScript code that needs to function properly. It is located in the head section of my code:
// JavaScript code here
The main issue I am facing is that when a video link is clicked, I want the countdown to stop, regardless of the remaining time. I also want the "load_video" div to be hidden and the iframe to show. However, I would like to add a feature where clicking on a button not only hides the "load_video" div and shows the iframe but also changes the style of another div to "block".
I hope this explanation makes sense. Any help is appreciated!