$("iframe").on('load', function() { $(this).contents().on("keydown, keyup", function() { alert("Key pressed"); }); });