0
我顯示HTML內容的iframe中使用下面的代碼如何禁用所有點擊中的iFrame
變種d = $(prentElem).find( '#previewEmailTemplateIframe')[0] .contentWindow.document; d.open(); d.close(); $(「body」,d).append(htmlPopUpContent);
現在我可以禁用此iframe中的所有點擊事件。域名沒有變化。