0

默认展开前展开时 到目前为止,我的研究似乎没有帮助。我不是 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>

该网站是http://promerostage.promero.com/

4

1 回答 1

0

看看下面的文章。我希望它会解决您的问题,因为您正在寻找解决方案。

http://sonspring.com/journal/jquery-iframe-sizing

于 2012-11-28T15:46:46.183 回答