2010-07-07 65 views

回答

2

假設你有

的Iframe包含DIV與id='someID'

<div id="someID">Hello world!</div> 

使用以下方法來訪問HTML

$('#iframeID').contents().find('#someID').style('display:none;'); 
1
<b>$("#test").contents().find("#content").setAttribute("style","display:none");</b> 

對不起,我相信這更適合你的目標。

相關問題