You could attach the click to the iframe content: $('iframe').load(function(){ $(this).contents().find("body").on('click', function(event) ...
確定! 回上一頁