How can I check with javascript when mouse click on iframe, because iframe don't support "on" events?
That is my iframe:
And I use this jquery code:
$('#ifr31').bind('click', function(event) { alert(1) });
But when I click on iframe don't alert nothing?