2014-07-18 48 views

回答

0

使用events屬性是不可能的。如果您有權訪問iframe,則可以手動執行此操作,如下所示:

this.$('#iframe').contents().find('.button1').on('click', this.clickEvent) 
+0

而我該在哪裏添加這行代碼? – human

+0

當你的iframe準備好DOM查詢時,在視圖內部。 –

+0

看起來像這不會工作結帳類似的帖子 - http://stackoverflow.com/questions/22834000/how-to-refresh-a-parent-page-when-closing-an-iframe-jquery/22834914#22834914 – Evgeniy

相關問題