<frameset cols="12,88" frameborder="no" noresize borders="no" framespacing="0">
<frame name="leftFrame" noresize Borders="no" src="jsp/index/left.jsp" >
<frame name="mainFrame" noresize Borders="no" src="jsp/index/welcome.jsp" >
</frameset>
我在leftFrame中获取mainFrame中的元素"<div id=‘div1‘></div>"的方法是
$(parent.frames["mainFrame"].document).find("#div1");
原文地址:https://www.cnblogs.com/hmxs/p/9152917.html
时间: 2024-10-16 06:39:15