如何在 jQuery 插件中自动调整 iframe 高度?
我正在使用一个名为 Stepy 的 jQuery 插件,它基于 FormToWizard 插件,允许用户完成 10 步 形式。
我还使用 jQuery iFrame Sizing 教程中的代码来自动调整 iframe 的大小我的页面;但是,自动调整大小似乎在 Stepy 插件中无法正常运行。
在我的应用程序中,当我在 Firebug 中查看代码时,页面加载后内联样式高度设置为“0”。
我在这里设置了一个小提琴示例: http://jsfiddle.net/wvkfn/3/
如果你看在小提琴中的 HTML 中,步骤 2 中有一个 iframe(未显示)。如果删除加载 Stepy 的代码,它会正确显示。
有什么想法吗?
I am using a jQuery plugin called Stepy, which is based of the FormToWizard plugin, to allow users to complete a 10-step form.
I am also using the code from the jQuery iFrame Sizing tutorial to auto-size the iframes on my page; however, the auto-resize does not appear to be functioning properly within the Stepy plugin.
On my application, the inline style height is set to "0" after the page loads when I look at the code in Firebug.
I setup a fiddle example here: http://jsfiddle.net/wvkfn/3/
If you look at the HTML in the fiddle, Step 2 has an iframe in it (which is not displaying). If you remove the code to load Stepy, it appears correctly.
Any ideas what is going on?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论