到目前为止,我的研究似乎没有帮助。我不是 jquery sabbie,但它似乎不起作用。iframe 中有链接,一旦您单击每个链接,它就会展开并为您提供该链接的内容。好吧,iframe 高度不会随之移动。这是我的代码。这是标题中的内容。
<script type="text/javascript">$(document).ready(function () {$('iframe').iframeAutoHeight({debug: true});});</script>
身体标签:
<iframe src="http://www.promero.com/defaultNewsTest.asp" class="auto-height"scrolling="no" frameborder="0"></iframe><script>$('iframe.auto-height').iframeAutoHeight({minHeight: 240});</script>