得到正确的dom元素

时间:2012-04-12 08:37:33

标签: jquery-selectors

我有以下htl标记

<iframe id="ContentPlaceHolder1_Editor1_ctl02_ctl00" frameborder="0" style="height:       100%; width: 100%; border-width: 0px;" marginwidth="0" marginheight="0" name="ContentPlaceHolder1_Editor1_ctl02_ctl00">
<html>
  <head>
    <body>
     sa
    <br>
 </body>
</html> 
</iframe>

我需要一种方法来使用jquery选择器

来修改body标签中的文本

感谢。

1 个答案:

答案 0 :(得分:0)

这篇文章可能会有所帮助

jQuery/JavaScript: accessing contents of an iframe