我有以下代码:
<frameset rows="70,*" frameborder="0" border="0" noresize="">
<frame name="heading" scrolling="no" noresize="" src="head.htm" marginwidth="0" marginheight="0">
<frame name="online" src="head/head/heading.htm" marginwidth="0" marginheight="0">
</frameset>
我已将尸体附加到第一帧的div。我怎么做?我尝试了各种解决方案,但仍然无法附加我的div。
答案 0 :(得分:0)
不推荐使用iframe框架。
但是如果你不使用html5并且想要使用框架,那么你应该在框架集中附加该框架。只是将它附加到身体上就不会起作用。
$('frame[name="heading"]').appendTo('#framesetId');