gpt4 book ai didi

jQuery - 在 iframe 导航上运行代码?

转载 作者:行者123 更新时间:2023-12-03 23:05:07 26 4
gpt4 key购买 nike

我的页面上有一个 iframe。我想指定一个函数在该 iframe 的 SRC 更改时运行(即,有人单击 iframe 内的链接)。这可能吗?我试过:

$("#my-iframe").change(function() { ... });

但没有起火。

最佳答案

查看:

How do I fire an event when a iframe has finished loading in jQuery?

从该页面:

http://sykari.net/stuff/iframe/

$("#iFrameId").load(function (){
// do something once the iframe is loaded
});

关于jQuery - 在 iframe 导航上运行代码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1188641/

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