Jam*_*mes 15
您需要访问通过ContentWindow对象的iframe文档
$(document.getElementById('IFrameId').contentWindow.document).keydown(function(){ alert('Key down!'); });
Run Code Online (Sandbox Code Playgroud)
确保在加载帧后绑定事件.
$(document.getElementById('iframe_id').contentWindow.document).keydown(function() {
// my func
});
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
17204 次 |
| 最近记录: |