gpt4 book ai didi

jquery - 使用 jQuery 更改 iframe

转载 作者:行者123 更新时间:2023-12-01 08:33:51 24 4
gpt4 key购买 nike

大家好!
我有一行代码:

<iframe id="ChildFrame" class="_page_frame_style" src=""></iframe>

所以我有三个按钮(id:“一”,“二”,“三”)。
我需要通过单击相应的 id 来更改 iframe 的 src。

想法是:
1. 页面加载时不显示框架。 (显示:无)
2. 当点击“one”按钮时 - 显示 one.html。
3. 当点击“two”按钮时 - 显示two.html。等等...
4.制作一个按钮,将ChildFrame返回到display:none。

我一直在谷歌上搜索它,但每次尝试都失败了。
感谢您的每一次回复!

最佳答案

这就是答案

$('#ChildFrame').attr('src', src_value)

src_value 是您要为 iframe 元素设置的源链接值

还可以查看此链接:

https://www.sitepoint.com/community/t/changing-and-loading-an-iframe-src-attribute-with-jquery/9571/2

关于jquery - 使用 jQuery 更改 iframe,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59277378/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com