首页 > 扩展 > jQuery > 正文

jQuery解决iframe高度自适应代码

2024-09-06 20:04:36
字体:
来源:转载
供稿:网友
<script type="text/javascript"> <!-- $( function() { //iframe高度随内容自动调整 $('.main').load( function() { $(this).height($(this).contents().find("body").attr('scrollHeight')); } ); } ); // --> </script>
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表