I do so.
$('#iframe').load(function(){ $(this).contents().find('body').bind('callmod',function(){ alert('Yahoooo!!!!'); }); });
And in the frame itself I am creating an event.
$('body').trigger('callmod');
And in short does not work.
If I cling to the standard one, click then works, and for some reason, it doesn’t knit its events for some reason ...