我有一个单页网站,其中包含一个iframe,当iframe加载它包含一个我要隐藏的表时,这个表也会在多个页面上重复,所以我想在我的主页头中添加一个代码来自iframe的内容并隐藏它,即使iframe加载新页面我想要隐藏的代码是
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td width="225"><a id="_ctl0_ucMNB_logo_LogoHyperLink" href="#"><img id="_ctl0_ucMNB_logo_imgLeftPart" class="header_logo_img" src="#" border="0" /></a></td>
</tr>
</table>
答案 0 :(得分:0)
您可以使用.contents()
获取iframe的内容并对其执行操作,
更多细节
https://api.jquery.com/contents/
jQuery, select element inside iframe, which is inside an iframe
答案 1 :(得分:0)
$( 'IFRAME')内容()发现( '控制');