iframe切换src后高度自适应
- 绑定onload函数
onload="this.height=this.contentWindow.document.body.scrollHeight;"
- 切换iframe的src前,更改它的高度
$("#contentFrame0").attr('height', 'auto');
onload="this.height=this.contentWindow.document.body.scrollHeight;"
$("#contentFrame0").attr('height', 'auto');