i have the following htl markup
<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>
I need a way to chang the text in the body tag using jquery selector
thanks.