0
I have an iframe:
<div class="recebe_iframe">
<iframe class="caixa_iframe" src="https://www.youtube.com/embed/dfsdfsdf" frameborder="0" allowfullscreen></iframe>
</div>
Wanted to with jquery detect when a user clicks on this youtube iframe or even on that div recebe_iframe
. It can be when the user clicks inside it, anywhere, it can be in play, pause, volume, never mind... just detect that click.
Hi, thanks for the reply, but that’s not quite it. I have the iframe from Youtube. Wanted to detect when the user clicks inside it, anywhere, can be in play, pause, volume, never mind... just detect that click.
– caiocafardo