使用javascript在iframe窗口中使用类隐藏div

时间:2016-08-22 09:00:43

标签: javascript html css iframe

我有iframe html标签,它有id="FrameDisplay"属性,我在此框架中显示其他网站内容,并希望在框架窗口中隐藏div,如果可能,框架内容中有类.top-float我希望隐藏它。

<div class="row" id="FrameDisplay"> <iframe id="Iframe" src="#" frameborder="0"></iframe> </div>

在我的框架窗口中显示其他网站,因此可以使用JavaScript中的类隐藏div。

0 个答案:

没有答案