代码如下:
<script type="text/javascript"> <!-- $( function() { //iframe高度随内容自动调整 $(‘.main‘).load( function() { $(this).height($(this).contents().find("body").attr(‘scrollHeight‘)); } ); } ); // --> </script>
标签:his 元素 div 对象 兴趣 网上 ref log dom
<script type="text/javascript"> <!-- $( function() { //iframe高度随内容自动调整 $(‘.main‘).load( function() { $(this).height($(this).contents().find("body").attr(‘scrollHeight‘)); } ); } ); // --> </script>
标签:his 元素 div 对象 兴趣 网上 ref log dom
原文地址:http://www.cnblogs.com/webenh/p/6224491.html