页面带有多个ifrme 的时候 为iframe 内的元素绑定事件 history 返回事件!

来源:互联网 发布:虚幻4和unity3d 编辑:程序博客网 时间:2024/05/19 14:54
<div class="clear"></div><div class="tabs_block">    <div class="list_block">        <iframe  id="order-info" name="order-info" data-src="iframe/order-info/order-info.html" frameborder="0" width=100% height=100%                marginheight=0 marginwidth=0 scrolling=no></iframe>    </div>    <div class="list_block">        <iframe id="plan"  name="plan" data-src="iframe/design-plan/design-plan.html" frameborder=0 width=100% height=100%                marginheight=0 marginwidth=0 scrolling=no></iframe>    </div>    <div class="list_block">        <iframe  id="customer-info" name="customer-info"  data-src="iframe/customer-info/customer-info.html" frameborder=0 width=100% height=100%                marginheight=0 marginwidth=0 scrolling=no></iframe>    </div>    <div class="list_block">        <iframe  id="progress" name='progress'  data-src='iframe/order-progress/index.html' frameborder=0 width=100% height=100%                marginheight=0 marginwidth=0 scrolling=no></iframe>    </div>
原创粉丝点击