I want after click inside iframe get alert ok, i tried as following code but it don't work. what do i do?
I can not change the iframe, It is fixed.
HTML:
<div class="addv">
<iframe src="http://ad.anetwork.ir/showad/c.php?adwidth=300&adheight=250&aduser=1423687058" height="250" width="300" frameborder="0" scrolling="no" style="background: #FFF url(http://static-cdn.anetwork.ir/img/loader.gif) no-repeat center;"></iframe>
</div>
Jquery:
$(".addv").on("click", "a", function(event) {
alert('ok'); //should alert ok
});
ainsideaddvas far as I can see!? Are you attempting to bind an event handler to anawithin the DOM of theiframe?