`
237253995
  • 浏览: 23073 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

jq 解决iframe高度自适应。

    博客分类:
  • web
阅读更多


<iframe src="test.html" id="main" width="700" height="300" frameborder="0" scrolling="auto"></iframe>

 

 

$("#main").load(function(){
var mainheight = $(this).contents().find("body").height()+30;
$(this).height(mainheight);
}); 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics