示例主页例如index.html内容:
<iframe src="a.html" width="400" height="300" frameborder="1" id="frame"></iframe>
a.html内容:
<html><body><form >
<div id="container"><div id="main"><div class="red_bl"><div class="red_br">
<div class="red_tl"><div class="red_tr"><div id="content">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody id="subContent1">
<tr>another tags</tr>
<tr>
<td colspan="2" class="cell2" valign="top">
sample text
</td>
<td id="td_address" class="cell3">sample code</td>
</tr>
</tbody>
</table>
</div></div></div></div></div></div></div>
</form></body></html>
我要变化 :
<td id="td_address" class="cell3">sample code</td>
例如:
<td id="td_address" class="cell3">another text</td>
通过 jQuery 在index.html 中。